Hi,
How to update first 100 rows in a db2 by single update query.
example
key value
1 w
1 r
1 t
1 y
1 u
1 k
. .
. .
. .
150 times 150 times
Need to update first 100 rows in the value field as value = 'j' .
hope use of key field in the query is clear and need not need any explanation...