No [] in SQL for MySQL


While porting some stuff from Access and MSSQL to MySQL I copied and pasted SQL statements which referred to columns with reserved names. I.e if the column name is "name" then you need to use [name]-syntax in Access or SQL Server, since the word name is reserved.

That should not be used in MySQL I just learned. So the message here is simply no []:s