Home | History | Annotate | Download | only in src

Lines Matching refs:rowid

1273       zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0);
1286 ** "ORDER BY rowid DESC" to the end.
1301 sqlite3_snprintf(sizeof(zQ2), zQ2, "%s ORDER BY rowid DESC", zQuery);