Why is it not possible to run a query against SQLite that contains functions like row_number() or rank() ?
e.g.
Dim RS As ResultSet=Sql1.ExecQuery($"SELECT ROW_NUMBER () OVER ( ORDER BY cid ) RowNum, ostatus, cid, itemcount FROM orders;"$)
Error in Log:
DBeavear and DB Browser for SQLite...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.