select

open override fun select(vararg columns: String): SelectQuery

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.