Quote:
Originally Posted by xtremeoff-road
Hey everyone, alright, I need to remove this query from my database...what would be the correct command to run??
Thank you!!
|
That would be more than one query
Run a query accordingly for each of the above.
[sql]DELETE FROM phrase WHERE varname = 'saved_affiliate_x_successfully' LIMIT 1;[/sql]
Exchange the varname each time