Retreive only cheapest one from duplicates items #442
Unanswered
BenOussama180
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
is there a way to select distinct or unique values from a table based on condition ?
for example i have table of links, each link got a price and site columns
i want to retreive only the cheapest link ( lower price ) from duplicates links ( links with the same site ) !
and it should be a DATASOURCE so powergrid can read it !
I tried this

but it throws this error

Beta Was this translation helpful? Give feedback.
All reactions