Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> REGEXP_like
I have to write a SQL query that looks for the last two digits of an
ID and only includes them in the query. For example
select ID from my_table where regexp_like(id, '00$') between regexp_like(id,'09$')
I want only the people who have an id that ends in 00 to 09. Can I do this or what is the best way to do this? Thanks for your help. Received on Fri Apr 27 2007 - 10:53:49 CDT
![]() |
![]() |