<@U0W7DGZA6>: ``` Cities.insert { ...
# exposed
t
@mathiasbn:
Copy code
Cities.insert {
            it.update(name, name.substring(1,2))
            it.update(id, id.max())
        }
Both substring and max are exposed expressions. ( Cities table defined in SamplesSQL.kt )