ktorm icon indicating copy to clipboard operation
ktorm copied to clipboard

Limit clause on update?

Open clydebarrow opened this issue 5 years ago • 3 comments

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

clydebarrow avatar Jan 22 '20 00:01 clydebarrow

Not supported yet.

vincentlauvlwj avatar Jan 22 '20 01:01 vincentlauvlwj

Ok, I'm just using sql directly for now.

clydebarrow avatar Jan 22 '20 04:01 clydebarrow

I would like to request this feature too

j-souto avatar Sep 18 '23 20:09 j-souto