* cstrader232 <[EMAIL PROTECTED]> [2006-06-02 15:40]: > strange error though because ";" can't be part of a tablename > can it?
sqlite> create table [b;] (a,b,c);
sqlite> select * from sqlite_master;
type name tbl_name rootpage sql
----- ---- -------- -------- -------------------------
table b; b; 2 CREATE TABLE [b;] (a,b,c)
:-)
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>

