following works: attach database 'file:test.db' as 'test'; #OK select * from test.employees limit 1; #OK
but, attach database 'file:test.db' as '123test'; #OK select * from 123test.employees limit 1; #Gives error I hope this is not a bug ? (assuming here that table names starting with numeric is not allowed). -- Regards. V.Krishn _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users