This commit is contained in:
Lukas Eder 2021-10-29 11:11:59 +02:00
parent a32222163c
commit dddee18ef4

View File

@ -2446,7 +2446,7 @@ extends
* <code><pre>
* -- Emulating this MySQL statement...
* DELETE FROM x ORDER BY x.y LIMIT 1
*
*
* -- ... in other databases
* DELETE FROM x
* WHERE x.rowid IN (