query.Query.from_(table)
Set the FROM clause.
Args: table: Name of the table to query from.
Returns: Query: This Query instance for method chaining.