Hello,

On Fri, 14 Sep 2001, powlow wrote:

 > fine. d122001 is also fine. is it not possible to create tables with only a
 > number as the name? is there a way round this?

 mysql> CREATE TABLE `123` (id INT);
 Query OK, 0 rows affected (0.00 sec)

 mysql> show tables;
 +----------------+
 | Tables_in_test |
 +----------------+
 | 123            |


 > 2 days of work wasted here!!

2 minutes to test all kin of quotes :-)


Andreas Karl Wittwer
Phone: +49-7052-92206
FAX:   +49-7052-92208
Mobil: +49-172-542 541 4

SQL, DATABASE, MYSQL


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