query using LIKE synntax
Posted: Wed Dec 17, 2003 4:20 am
i want to make a query that will match astring that will start with a certain number(5 for exaple)
and that must be at laset 2 letters length :
53
53455
so what do i do?
select * from tblXX where val like '%5?%'
what do i do?
thanks
peleg
and that must be at laset 2 letters length :
53
53455
so what do i do?
select * from tblXX where val like '%5?%'
what do i do?
thanks
peleg