select

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

Deprecated

ktorm-global will be removed in the future, please migrate to the standard API.

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

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