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: any SQLExpression, as alias: any SQLExpression) -> Self
Instance Method
@discardableResult func from(_ table: any SQLExpression, as alias: any SQLExpression) -> Self