ktorm
ktorm copied to clipboard
Limit clause on update?
I don't see a way to set a limit
on an update
with the SQL DSL. Is this supported?
I need to generate something like this SQL:
update mytable set batch_id=1300 where batch_id is null limit 20
Not supported yet.
Ok, I'm just using sql directly for now.
I would like to request this feature too