re: using special chars in table names

2002-10-23 Thread Victoria Reznichenko
Beuserie, Tuesday, October 22, 2002, 8:15:33 PM, you wrote: BF> i'm in process of migrating from a commercial dbms to mysql and BF> have legacy tables referenced everywhere with names like 'tbl1#c' --> '#' is not accepted for table names and must be escaped to create BF> one (but dissapeared from

using special chars in table names

2002-10-22 Thread Beuserie Frédéric
hi, i'm in process of migrating from a commercial dbms to mysql and have legacy tables referenced everywhere with names like 'tbl1#c' --> '#' is not accepted for table names and must be escaped to create one (but dissapeared from the table name then) is there a way to use such table names ? thank