Hi all,

The following session crashes SQLite3.exe 3.6.6.2 on Windows XP:

sqlite> create table a (b);
sqlite> select max(b) as q from a where q = 1;

SQLite prevents me from directly using max(b) in the 'where' clause, but 
I think it gets fooled by the alias.

Thanks,
Dan

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

Reply via email to