10.02.2013, 20:12
To add to Vince's post, table/field names should be wrapped in ` these ` (what the fuck are they called?). If not, SQL might confuse the table/field name with a function name.
@Vince: Trying to recreate a table that already exists - isn't that the point of 'CREATE TABLE IF NOT EXISTS'?
@Vince: Trying to recreate a table that already exists - isn't that the point of 'CREATE TABLE IF NOT EXISTS'?

