You are not logged in.
Pages: 1
I have a TSQLRestServerDB with a nice model, and its working wonders.
Now, normally, in a classic database-backed application I would just simply do something like this:
select distinct InterestColumn from MyObject where SomeColumn is NULL
MyObject is a table managed by mORMot. How do I execute and fetch the list of unique InterestColumn? There can be quite a lot of MyObject rows in the database.
Offline
Pages: 1