On May 28, 2009, at 7:01 AM, Ralf Junker wrote: > Hello! > > Up to version 3.5.3, SQLite would happily execute this SQL without > complaints: > > drop table if exists t; > > create table t (c); > > select > (select count() from t t_inner > group by t_outer.c) > from t t_outer; >
This query does not make any sense. What are you trying to do? D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

