Jump to content

getting a value out of a mysql table


riceje7

Recommended Posts

Thats not really great advice to be honest. You should use backticks around all of your table, db and column identifiers to avoid ever getting errors from queries such as the one above without it would produce due to keyword conflict. It's also perfectly acceptable to have a column named count and that is why backticks are there.

 

I don't see how using the "sloppy" method is the right way to go on this at all :shrug:

Link to comment
Share on other sites

I always used backticks in the past, but as pointed out by corbin they are not required providing you don't use a reserved word (which is a bad idea anyway), they are also only supported by the MySQL dialect (again as corbin mentioned), making your query less portable.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.