Issue Information
-
#008259
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (0)No (0)
Apparently this is not working on my end. It shows no error either.
or
or
Kindly confirm,
Thank you!
query_sql "DELETE * FROM `table` WHERE `value` = 1";
or
query_sql "DELETE `label`, `another_label` FROM `table` WHERE `value` = 1";
or
query_sql "DELETE FROM `table` WHERE `value` = 1";
Kindly confirm,
Thank you!
Try
'DELETE FROM `table` WHERE `value` = 1'
It seems to be a problem with your permissions. You can change them directly using queries: http://dev.mysql.com...management.html or using a panel like phpMyAdmin
That worked! Thanks!
changed status to: Working as Intended