I have question about the substring in sql, need help urgent!
how to parse a string with format "string1/string2/string3" base on /,
so that I can use in where clause like:
select .....
from...
where field1=string1
field2=string2
field3=string3
Has sql have these function?
Appreciate for your help!
how to parse a string with format "string1/string2/string3" base on /,
so that I can use in where clause like:
select .....
from...
where field1=string1
field2=string2
field3=string3
Has sql have these function?
Appreciate for your help!