JackSkellington
Technical User
Is there any way to create a new table with a space in the middle i.e TABLE 1. I have tried using [] but get an error.
CREATE TABLE `TABLE 1` (
`Supply Sub System` VarChar (8) ,
`SSS Description` VarChar (40) ,
`DG1` VarChar (4) ,
`Site Ref` VarChar (8) ,
`Site Description` VarChar (40) ,
`Input or Output` VarChar (1) ,
`Include` VarChar (1) )
CREATE TABLE `TABLE 1` (
`Supply Sub System` VarChar (8) ,
`SSS Description` VarChar (40) ,
`DG1` VarChar (4) ,
`Site Ref` VarChar (8) ,
`Site Description` VarChar (40) ,
`Input or Output` VarChar (1) ,
`Include` VarChar (1) )