SQLite Forum

Small Mistake in Delete Limit Railroad Diagram
Login
Just noticed this as I was double-checking something, but the delete-stmt-limited diagram on <https://www.sqlite.org/lang_delete.html> shows one of the arrows coming from the ordering terms going to the end of the statement. Actually trying a statement like <code>DELETE FROM table ORDER BY Column</code> results in "Error: ORDER BY without LIMIT on DELETE".