Ok when I'm trying to create tables with the names of these tables as integers. From what I've read, the table name can be any combination of alphanumeric characters so why, when I type:
CREATE TABLE 1 (column1 varchar(20), column2 varchar(20), column3, varchar(20));
do I get an error? If I replace the '1' with 'one' it works fine. Any ideas? Thanks.
Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
CREATE TABLE 1 (column1 varchar(20), column2 varchar(20), column3, varchar(20));
do I get an error? If I replace the '1' with 'one' it works fine. Any ideas? Thanks.
Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~