I\'d like to know if it\'s possible to do the following using a single sqlite statement:
My table looks something like this:
|AnId|UserId|SomeDate|So
As of Sqlite 3.25 window functions are supported. See https://www.sqlite.org/windowfunctions.html for details.