SELECT * FROM user LIMIT (SELECT group_limit FROM groups WHERE groupid = 7471);
feedback
|
|
This is from the MySQL Database Knowledge base:
For your query to work, you will need to write it as a prepared statement, and then execute that.
| |||
|
feedback
|