79414165

Date: 2025-02-05 09:03:40
Score: 1.5
Natty:
Report link

Try to run the below query to get the result, it works for me

select * from blogs where colour LIKE '%3%' AND colour LIKE '%4%';

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jinal Desai