Home | History | Annotate | Download | only in dist

Lines Matching refs:rowid

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