Sets the select query or a values statement that creates the view.
WARNING! Some dialects don't support parameterized queries in DDL statements and therefore the query or raw sql expression passed here is interpolated into a single string opening an SQL injection vulnerability. DO NOT pass unchecked user input into the query or raw expression passed to this method!
Optionaloptions: AbortableQueryOptionsOnly implemented on some dialects like SQLite. On most dialects, use orReplace.
Adds the "temporary" modifier.
Use this to create a temporary view.
Simply calls the provided function passing
thisas the only argument.$callreturns what the provided function returns.