ROW_NUMBER support #1203
Replies: 4 comments 2 replies
-
@ArtemRazin hi. Thanks. I appreciate your reaction! What SQL query exactly you want to run? |
Beta Was this translation helpful? Give feedback.
-
The scheme is the following:
The query that I need should return the index of a row whose name starts with some letters:
I need it for an application that has a frontend in C#/WinForms with a virtual list view, and a backend written in C++. When a user enters something, the backend should return the index of a row in the virtual list view. |
Beta Was this translation helpful? Give feedback.
-
I don't mind trying to implement this feature myself. Any ideas on where would be the best place to start? |
Beta Was this translation helpful? Give feedback.
-
Sure, that's why we all love |
Beta Was this translation helpful? Give feedback.
-
Firstly, thank you so much for the great library!
I'm wondering if there is any way to include ROW_NUMBER in a query using sqlite_orm?
Beta Was this translation helpful? Give feedback.
All reactions