"Henrik Bechmann" <[EMAIL PROTECTED]>
wrote in message news:[EMAIL PROTECTED]
> The definition for SQLite CREATE VIEW refers to pre-packaged select
> statements.
>
> What's the "pre-packaged" refer to?

The view itself. A view is simply a way to name a SQL statement and save 
it in the database - "package" it.

> Are the select statements named
> and stored, so that I can create a temporary named view from a
> prepared selection of named select statements

The view _is_ a named select statement.

Igor Tandetnik



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

Reply via email to