Though it seems nonsense to me you can fake SQLUSER.ROW_NUMBER
for that purpose like this:
In your namespace create this class to simulate ROW_NUMBER()
{ ClassMethod RowCount() As %Integer [ SqlName = ROW_COUNT, SqlProc ]
{ quit 1 }
- Log in to post comments
.png)