> On Thu, Jun 20, 2013 at 10:26 AM, Rob Golsteijn
> <[email protected]>wrote:
> 
> >
> > SELECT a.col2,
> >        b.col2,
> >        a.b.col2,        -- invalid column name
> >        b.a.col2,        -- invalid column name
> >        a.a.col2,        -- invalid column name
> >        b.b.col2,        -- invalid column name
> >        anything.a.col2  -- invalid column name
> > FROM aaa a,
> >      bbb b ON a.col1 = b.col1;
> >
> 
> I get an error:  "no such column: a.b.col2".  What version of SQLite did
> you say you were running?
> 
> -- 
> D. Richard Hipp
> [email protected]

I found the issue in SQLite version 3.7.15. Great if it is solved in the latest 
version.

Thanks,
Rob




 
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to