$ 0 0 First you need to define 'special characters' and then you need to use them in LIKE statement. Example: SELECT * FROM Table1 WHERE Col1 LIKE ANY ('%/%', '%.%');
First you need to define 'special characters' and then you need to use them in LIKE statement.
Example:
SELECT * FROM Table1 WHERE Col1 LIKE ANY ('%/%', '%.%');