i have result of query like this (example)
And i would like result to be
I am using ‘group by’ based on min(id) but still have duplicates because ‘source’ is different. Please help
Thank you
What i have
(https://i.sstatic.net/Dd5wl8O4.png)](https://i.sstatic.net/Dd5wl8O4.png)
What would like to get
(https://i.sstatic.net/BHLwilyz.png)](https://i.sstatic.net/BHLwilyz.png)
My query is based on min(id)