I have a simple table with a VARCHAR2 data typed column. I need locate records which have a single quote ' in the string. How can I accomplish this?
Assume the table is like this.
SUPPLIER CODE (Number)
SUPPLIER NAME (Varchar2)
and I want to find all suppliers with a ' in their name.
Thanks in advance.
-- Jason
"It's Just Ones and Zeros
Assume the table is like this.
SUPPLIER CODE (Number)
SUPPLIER NAME (Varchar2)
and I want to find all suppliers with a ' in their name.
Thanks in advance.
-- Jason
"It's Just Ones and Zeros