Houses MySql
#1

how i can set all houses to level 9999 from mysql?
Reply
#2

ERROR
http://gyazo.com/9a678b023c966e42876f03089b3c5b46
Reply
#3

You should UPDATE not SELECT just copy Ralfie query and paste it there.
Reply
#4

Yeah, Works thank you but how to edit biz price too, this not works
UPDATE `businessale` SET `price`='999999999' WHERE `id`> 0
Reply
#5

Can you show your bizz structure ?
Reply
#6

http://gyazo.com/02ab2423b5b8c13b4bc3ec3120a57a24
Reply
#7

UPDATE `businesssales` SET `Price`='9999' WHERE `bID`> 0
Reply
#8

Thank you very much, i'll rep you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)