I have the following MySQL statement:
(SELECT car_id,firstname,surname,email,tel,postcode,add1,add2,town,county,optin-email FROM `contacts`)
UNION
(SELECT car_name,firstname,surname,email,tel,postcode,add1,add2,town,county,optin-email FROM `signup`)
Within this database is a row called optin-email
- I cannot change the name of this row, I just wondered if there was a way to select it without making MySQL error?