I created a table and accidentally created a column with the name DATE(FROM_UNIXTIME(email_sends.created_ts))
I am unable to select this column to rename it since it uses protected characters. Basically, I am asking for the proper way to escape this column name in mysql so that I can change it.
Use backticks to quote identifiers that contain special characters. As stated in the manual:
Therefore, you can do something similar to: