On 17 Jan 2011, at 3:25am, Roger Binns wrote:

> And just to blow your mind a little further, SQLite happily allows zero
> length table and columns names.  This works.
> 
>  CREATE TABLE ""("" "");
>  INSERT INTO "" VALUES(3);
>  SELECT ""+"" FROM "";

Arghhhhhhhhhhhhh !

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to