add LIMIT clause to UPDATE statement
------------------------------------

                 Key: DERBY-4662
                 URL: https://issues.apache.org/jira/browse/DERBY-4662
             Project: Derby
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 10.5.3.0
            Reporter: Brad Mace


allow syntax such as `update myTable set group=1 where category='test' limit 
50`  which will update the value of `group` for the first 50 records that match 
the where clause

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to