A question about mysql.
#5

Quote:
Originally Posted by BroZeus
Посмотреть сообщение
Tip to make INSERT query short is that while creating table don't forget to set default value of the column so that you don't need to insert that value with the query. For example if you set default of Admin money and score to 0 then you have to just use name password and ip in insert query and rest will be set to 0 by default.

The tip to make UPDATE query shorter is:
Ahhh... So I just have to save stuff when they are changed.
Thanks alot mate.
Reply


Messages In This Thread
A question about mysql. - by Ahmad45123 - 15.04.2015, 13:27
Re: A question about mysql. - by BleverCastard - 15.04.2015, 14:03
Re: A question about mysql. - by Ahmad45123 - 15.04.2015, 14:10
Re: A question about mysql. - by BroZeus - 15.04.2015, 14:20
Re: A question about mysql. - by Ahmad45123 - 15.04.2015, 14:28
Re: A question about mysql. - by BleverCastard - 15.04.2015, 14:30
Re: A question about mysql. - by HyperionSU - 15.04.2015, 15:37
Re: A question about mysql. - by BleverCastard - 15.04.2015, 16:03
Re: A question about mysql. - by Ahmad45123 - 15.04.2015, 16:49
Re: A question about mysql. - by Konstantinos - 15.04.2015, 17:02

Forum Jump:


Users browsing this thread: 2 Guest(s)