Selecting rows where column string contains particular character.
504701Jun 3 2009 — edited Jun 3 2009Hey There,
Im trying to select rows based on a column containing a forward slash.
I have tried
where substr(col1, INSTR(col1,'/'), INSTR(col1,'/')+1)
but no luck, is there a particular way of handling this?
Thanks in advance,
Dob