Answers for "check if string has special characters sql function"

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 "check if string has special characters sql function"

Code answers related to "SQL"

Browse Popular Code Answers by Language