The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hey everyone, alright, I need to remove this query from my database...what would be the correct command to run??
Quote:
|
#2
|
|||
|
|||
![]()
[sql]DELETE FROM phrase WHERE varname = 'saved_affiliate_x_successfully';[/sql]
Repeat that for each phrase. (changing the name ofcourse). |
#3
|
||||
|
||||
![]() 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 |
#4
|
|||
|
|||
![]()
Slooooooow Colin
![]() ![]() PS That limit is not needed, and could even have undesired side effects. |
#5
|
||||
|
||||
![]()
excellent...thank you guys!!! as always, appreciate the help
![]() ![]() |
#6
|
||||
|
||||
![]() Quote:
![]() Why could it have undesired side effects? |
#7
|
|||
|
|||
![]()
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.
|
#8
|
||||
|
||||
![]()
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!! |
#9
|
|||
|
|||
![]()
Just:
[sql]DELETE FROM phrase WHERE varname = 'tratings'[/sql] |
#10
|
||||
|
||||
![]()
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 ; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|