Hi there.
I want to query for top n records where sum of the price is under x.
for example x = 1000
Record1: Price=500
Record2: Price=200
Record3: Price=100
Record4: Price=300
in this case just top 3 records must be shown.
How to do that?
Hi there.
I want to query for top n records where sum of the price is under x.
for example x = 1000
Record1: Price=500
Record2: Price=200
Record3: Price=100
Record4: Price=300
in this case just top 3 records must be shown.
How to do that?