What is the different between `Users` and Users MySQL
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
The official answer is that doing `Users` will work even if the word "Users" one day becomes a MySQL keyword (like "SELECT"), whereas without the quotes won't. For example:

Код:
SELECT * FROM `Insert`
Works.

Код:
SELECT * FROM INSERT
Fails.
Great response. Learn something everyday.
Reply


Messages In This Thread
What is the different between `Users` and Users MySQL - by SPA - 21.08.2014, 19:22
Re: What is the different between `Users` and Users MySQL - by ball - 21.08.2014, 19:29
Re: What is the different between `Users` and Users MySQL - by BittleRyan - 21.08.2014, 19:48
Re: What is the different between `Users` and Users MySQL - by SPA - 21.08.2014, 20:09

Forum Jump:


Users browsing this thread: 1 Guest(s)