hh
Posts: 0
Joined: Sat Feb 04, 2017 10:07 am

how to filter out columns in a database query?

I can't find any information about how to select which columns that you want to retrieve from a query.

A simple thing that would be easy to give the syntax for

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

how to filter out columns in a database query?

Hello,

You can use a Projection to return only specified collection columns. You can do this by adding a proj parameter to your request.

Please look at this documentation page for more information: https://docs.appery.io/v2.2.0/referen...

Return to “Issues”