MySQL
#1

Okay so I am new at MySQL and I am following one tutorial for log/reg sys.
I found this
PHP код:
UPDATE `playersSET `deaths` = %d WHERE `id` = %d LIMIT 1 
I understand most of this but what I don't understand is this
PHP код:
WHERE `id` = %d LIMIT 1 
Can someone explain me this limit 1??

Thx in advance
Reply


Messages In This Thread
MySQL - by Micko123 - 06.11.2016, 06:55
Re: MySQL - by AjaxM - 06.11.2016, 07:01
Re: MySQL - by justice96 - 06.11.2016, 07:02
Re: MySQL - by Micko123 - 06.11.2016, 07:03
Re: MySQL - by Vince - 06.11.2016, 08:33
Re: MySQL - by Micko123 - 06.11.2016, 09:14
Re: MySQL - by Vince - 06.11.2016, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)