2021-01-29

Select client ID by last two digits

As the title sugest I'm just trying to filter my clients from a DB by their last two digits. Aactually I want to filter my clients by several 2 digit terminations (from 31 to 39)

Tried using LIKE but it did not work and I can't seem to find an answer.

SELECT Client_ID FROM DB WHERE Client_ID LIKE '%31' OR '%32'


from Recent Questions - Stack Overflow https://ift.tt/2YmajmL
https://ift.tt/eA8V8J

No comments:

Post a Comment