On 7/26/18, Tomasz Kot <[email protected]> wrote:
> Hello,
>
> Beneath sql shall throw an error on  CREATE VIEW statement (as invalid
> column is specified), but it passes (SQLite 3.23.1).

The error is deferred until you try to use the view.  The reason for
deferring the error is that the problem might be corrected by
subsequent DDL statements prior to using the view.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to