> You haven't given the view explicit column names

How ?

> try this instead:
>
> CREATE VIEW my_view AS SELECT table1.type as table1_type, table2.type
> as table2_type FROM

Yes this works on latest version. But I wonder why the other syntax is
not accepted anymore. Because I'll have to rewrite my database views
when I upgrade sqlite.




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

Reply via email to