![]() |
|
|
+ Search |
![]()
|
May 18th, 2000 06:31
Nathan Wallace, Steve Ruby
No, there are no server-side cursors in MySQL, you have to have a where statement on any delete statement that is not supposed to delete all the data in the table. There is no notion of ROW or posision in MySQL only lines referenced by a unique key or primary key value or other values in the table.