Create temporary view
orderly_db_view(query, as, database = NULL, instance = NULL)
Query to create view from
Name of the view in the database
The name of the database. This can be omitted (or
NULL
) where you only have a single database, but must be
specified if you have more than one database configured.
The instance of the database (within a given
database
). This can be omitted (or NULL
) where you have not
used instances or where you have only one configured.
Undefined