Thanks for taking the time to look at this question, I'll get straight into it:
Code:
DELETE FROM `gameobject_spawns` WHERE `entry` = (SELECT `entry` FROM `gameobject_names` WHERE `type` = '3');
Is what I am trying to do (delete from gameoject_spawns where the type in gameobject_names is = 3) but it is telling me:
Code:
Error Code : 1242
Subquery returns more than 1 row
Execution Time : 00:00:00:000
Transfer Time : 00:00:00:000
Total Time : 00:00:00:000
Error Code : 1242
Subquery returns more than 1 row
Execution Time : 00:00:00:000
Transfer Time : 00:00:00:000
Total Time : 00:00:00:000
Thanks.