columns

fun columns(vararg columns: String): InsertQuery

Names the target columns for an INSERT … SELECT, where there are no values to declare.

Only for use with fromSelect; the VALUES forms declare their columns themselves.