79720192

Date: 2025-07-30 15:31:53
Score: 1
Natty:
Report link
SELECT tableName
FROM (SHOW TABLES IN {database})
WHERE tableName LIKE '%2008%'
  AND tableName LIKE '%animal%';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anson