H
hedrew3
I am trying to query for data of the form AB1200R, AB3400R, AB5600R,
etc. In other words, the 3rd and 4th chars could be anything.
I tried
select * from mytable where mycol like '*AB??00R*'.
No luck. Also tried '*AB__00R*'.
Any hints?
TIA
Pete
etc. In other words, the 3rd and 4th chars could be anything.
I tried
select * from mytable where mycol like '*AB??00R*'.
No luck. Also tried '*AB__00R*'.
Any hints?
TIA
Pete