tapac
01/16/2018, 1:35 PMCustomerTable.update({
CustomerTable.id eq 2
}) {
(CustomerTable.columns - CustomerTable.id).forEach { col ->
it[col as Column<Any>] = resultRow[col]
}
or just insert new row from select and change id.