Join Slack
Powered by
<@U0W7DGZA6>: ``` Cities.insert { ...
# exposed
t
tapac
06/30/2016, 5:15 PM
@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 )
2
Views
Open in Slack
Previous
Next