Hi Folks,
I would like to update only first 1000 rows of a table. Can anyone help me with the SQL ?
Thanks,
Panditt
I would like to update only first 1000 rows of a table. Can anyone help me with the SQL ?
Thanks,
Panditt
UPDATE table WHERE id<1000
Comment