select
Starts building a SELECT over the given columns.
Each column is SQL and is passed through: "id", "count(*) AS total", "p.name AS province_name".
Return
The builder.
Parameters
columns
What to select. At least one.
Starts building a SELECT over the given columns.
Each column is SQL and is passed through: "id", "count(*) AS total", "p.name AS province_name".
The builder.
What to select. At least one.