i saved and am searching for all string " ! @ # $ % ^ & * ( ) '" symbols in within a field content a database, using the following sql string
i need a way to either escape all the characters, or encode them so search is easier
Code:
Select ID From Contacts Where '--' || note || '--' like '%! @ # $ % ^ & * ( ) ""%'