Joe Mistachkin wrote:
> I'm unable to replicate this issue

Your query did not involve the query flattener.  Try this:

  select "t".x from (select x from (select 1 x)) t;


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

Reply via email to