insertTo

fun Query.insertTo(table: BaseTable<*>, vararg columns: Column<*>): Int(source)

Insert the current Query's results into the given table, useful when transfer data from a table to another table.