Thanks. Guess I'll need to come up with another naming scheme. :)


>>On Mon, 29 Oct 2001 00:48:44 +0100, "Carsten H. Pedersen" 
><[EMAIL PROTECTED]>   wrote:

>>> 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.

Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel: 1(225)686-2002
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


---------------------------------------------------------------------
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