![]() |
Need More Help Un-Doing Query
Hey everyone, alright, I need to remove this query from my database...what would be the correct command to run??
Quote:
|
[sql]DELETE FROM phrase WHERE varname = 'saved_affiliate_x_successfully';[/sql]
Repeat that for each phrase. (changing the name ofcourse). |
Quote:
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 |
Slooooooow Colin :) :D
PS That limit is not needed, and could even have undesired side effects. |
excellent...thank you guys!!! as always, appreciate the help :) I am sure I will have more questions, you must forgive my ignorance :)
|
Quote:
Why could it have undesired side effects? |
If you have translations into other languages for that phrase, those would not be deleted. Only 1 (and since no ORDER BY is given, this is arbitrary) phrase will get removed.
|
Hi there...sorry me again...alright I need to undo a bunch of these:
Quote:
DELETE FROM phrase WHERE varname = 'tratings', ;Trader Ratings'; Thanks for the help!! |
Just:
[sql]DELETE FROM phrase WHERE varname = 'tratings'[/sql] |
LOL I am sorry, what would these be?
Quote:
I was thinking it would be: ALTER TABLE user DROP ratetradetotal; ALTER TABLE user DROP INDEX ratetradetotal ; |
All times are GMT. The time now is 09:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|