MySQL: how to quote or escape field names?
- by DrStalker
Recently I was given a MySQL DB that included a field named time-taken, which caused errors when used in a select because of the minus sign.
In this case I was able to rename the field, but for future reference how can field names be quoted or escaped in a MySQL query?