MySQL thinks a Limit 1 subquery returns more than one row
I am using a limit 1 subquery inside a while loop to run a procedure against all records in a table. I’m targeting MySQL 5.7, which I do not have the ability to change.
I am using a limit 1 subquery inside a while loop to run a procedure against all records in a table. I’m targeting MySQL 5.7, which I do not have the ability to change.