> Hello All,
> 
> I need to create a series of MySQL tables with numerical value 
> name, which for
> some reason I can't. IE: 
> CREATE TABLE 101 ( tagnumber varchar(8) not null default '' )
> CREATE TABLE 201 ( tagnumber varchar(8) not null default '' )
> CREATE TABLE 301 ( tagnumber varchar(8) not null default '' )
> I've looked thru various documentation about table reservered 
> names and couldn't
> find any info about numerical table names only. 
> 
> Are numerical valued tables names not allowed then??

Correct. Table names may contain numbers, even start with
numbers -- but cannot consist solely of numbers.

/ Carsten
--
Carsten H. Pedersen
keeper and maintainer of the bitbybit.dk MySQL FAQ
http://www.bitbybit.dk/mysqlfaq



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to