Mailinglisten-Archive |
Jochen Metzger wrote: > Hi, > > Frage: s. Betreff, > klar: außer A-Za-z0-9 und _ > habe trotz langem Suchen dazu nichts gefunden. Wer kann helfen? > * 6 MySQL Language Reference * 6.1 Language Structure [...] * 6.1.2 Database, Table, Index, Column, and Alias Names http://www.mysql.com/doc/L/e/Legal_names.html Identifier Max length Allowed characters ------------------------------------------------------------------------------------------- Database 64 Any character that is allowed in a directory name except `/' or `.'. Table 64 Any character that is allowed in a file name, except `/' or `.'. Column 64 All characters. Alias 255 All characters. Note that in addition to the above, you can't have ASCII(0) or ASCII(255) or the quoting character in an identifier. Note that if the identifier is a restricted word or contains special characters you must always quote it with ` when you use it: -- Hartmut Holzgraefe hartmut_(at)_six.de http://www.six.de +49-711-99091-77 Wir stellen für Sie aus auf der CeBIT 2002 und freuen uns in Halle 6 auf Ihren Besuch am Stand H 18 --- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive