Instance Method
select(_:)
Specify a
SELECT query to be used to populate the new table.@discardableResult func select(_ closure: (SQLSubqueryBuilder) throws -> SQLSubqueryBuilder) rethrows -> Self
Discussion
If called more than once, each subsequent invocation overwrites the query from the one before.