Instance Method
from(_:as:)
Include the given table and an alias for it in the list of those used by the query, without performing an explicit join.
@discardableResult func from(_ table: String, as alias: String) -> Self
Instance Method
@discardableResult func from(_ table: String, as alias: String) -> Self