Skip to content

Instance Property

asQuery

If not nil, a SELECT subquery which is used to populate the new table.
var asQuery: (any SQLExpression)?

Discussion

In some dialects (most notable SQLite), it is forbidden to explicitly specify column definitions when providing a data query. There is no check for this at this time.