Posts: 158
Threads: 47
Joined: Aug 2014
Reputation:
0
how i can set all houses to level 9999 from mysql?
Posts: 150
Threads: 5
Joined: Feb 2014
Reputation:
0
You should UPDATE not SELECT just copy Ralfie query and paste it there.
Posts: 158
Threads: 47
Joined: Aug 2014
Reputation:
0
Yeah, Works thank you but how to edit biz price too, this not works
UPDATE `businessale` SET `price`='999999999' WHERE `id`> 0
Posts: 150
Threads: 5
Joined: Feb 2014
Reputation:
0
Can you show your bizz structure ?
Posts: 150
Threads: 5
Joined: Feb 2014
Reputation:
0
UPDATE `businesssales` SET `Price`='9999' WHERE `bID`> 0
Posts: 158
Threads: 47
Joined: Aug 2014
Reputation:
0
Thank you very much, i'll rep you.