select

fun QuerySource.select(vararg columns: ColumnDeclaring<*>): Query(source)

Create a query object, selecting the specific columns or expressions from this QuerySource.

Note that the specific columns can be empty, that means select * in SQL.

Since

2.7