How to View Player stats in MySQL?
#3

Use queries to select the information you want, then highlight it and depending on the version you are using you should be able to edit it, otherwise use UPDATE.
Код:
UPDATE `Table` SET `column` = value WHERE `Username` = `Username`;
or to select

Код:
SELECT * FROM `Table` WHERE `Username`;
That is using a wildcard, if you want to use it without that's fine just enter the column name.
Reply


Messages In This Thread
How to View Player stats in MySQL? - by hewittpro - 18.11.2013, 12:41
Re: How to View Player stats in MySQL? - by Wizzy951 - 18.11.2013, 13:54
Re: How to View Player stats in MySQL? - by Isolated - 18.11.2013, 13:56

Forum Jump:


Users browsing this thread: 2 Guest(s)