79269847

Date: 2024-12-10 21:29:30
Score: 1.5
Natty:
Report link

You can achieve the desired behavior by shifting the NOT in your order of operations.

SELECT NOT 'a' LIKE ANY ('b','%b%', 'b', 'a'); returns false as intended

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