79817194

Date: 2025-11-11 22:48:41
Score: 1.5
Natty:
Report link

I wondered about using backticks instead, which worked. Change the SELECT statement to:

SELECT CONCAT("select count(*) into @discard from `", TABLE_SCHEMA, "`.`", TABLE_NAME, "`")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: racitup