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:

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.