Answers for "how to check special characters contains in string or not in sql"

SQL
0

sql column contains special character

SELECT Col1
FROM TABLE
WHERE Col1 like '%[^a-Z0-9]%'
Posted by: Guest on January-14-2021

Code answers related to "how to check special characters contains in string or not in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language