J
JSP
hi
im using these code to get allr ecords that begin with a number
select Field From Table where field like '#*'
instead of the '#' sign, what is the apropiate wildcard to reference a
letter (alpha char) a-z A-Z?
thanks in advance !
im using these code to get allr ecords that begin with a number
select Field From Table where field like '#*'
instead of the '#' sign, what is the apropiate wildcard to reference a
letter (alpha char) a-z A-Z?
thanks in advance !