![]() |
|
|
+ Search |
![]()
|
Feb 22nd, 2008 20:21
dman, Euan MacInnes, Stephen Haynes, http://sturly.com
Option 1) update table set field=value where record in (1,5,9) Option 2) update table set field=value where record=1 or record=5 or record=9 But Backup the table first, in case you are using a version that has bugs in the OR evaluation.