79671830

Date: 2025-06-19 09:26:48
Score: 1
Natty:
Report link

It is a late answer, but I needed the same and didn't find the exisiting answers good enough.
The solution happens to be simple and close to the query that was provided in the question.
The query in the question only misses a needed "COLLATE Latin1_General_BIN":

select * from yourTable where yourColumn COLLATE Latin1_General_BIN LIKE '%[^ -~]%'
Reasons:
  • Blacklisted phrase (0.5): I need
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sam