SQLite Forum

Problem with Sqlite DELETE documentation
Login
I understand the arbitrary order in which selected-for-delete rows are actually deleted. The last sentence of the paragraph doesn't include the phrase "selected-for-delete row". Adding that changes dramatically the meaning of the sentence. I suggest this change:
```
The order in which rows which are selected for delete are deleted is arbitrary and is not influenced by the ORDER BY clause.
``