79588205

Date: 2025-04-23 08:58:26
Score: 0.5
Natty:
Report link

You can also use the \Z escape sequence with a regular LIKE statement:

SELECT * FROM Customer WHERE Name LIKE '%\Z%'

Interestingly, this returns different results than using RLIKE '[[:cntrl:]]+'. I'm not sure why.

See here for more details.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: neoncube