select
Creates a SELECT
Query by selecting either a single column, or a subset of columns, from this org.jetbrains.exposed.v1.sql.ColumnSet.
The column set selected from may be either a org.jetbrains.exposed.v1.sql.Table or a org.jetbrains.exposed.v1.sql.Join. Arguments provided to column and columns may be table object columns or function expressions.
Samples
org.jetbrains.exposed.r2dbc.sql.tests.shared.AliasesTests.testJoinSubQuery01Creates a SELECT
Query using a list of columns or expressions from this ColumnSet.
The column set selected from may be either a org.jetbrains.exposed.v1.sql.Table or a org.jetbrains.exposed.v1.sql.Join.