I have two columns called topic_id and post_id, and I want to find each row where topic_id is the lowest for each post id.
For example topic_id post_id
fifteen
2 5
3 8
4 8
This way it will capture lines 1 and 3.
I donโt even know where to start, so any help would be greatly appreciated.
mahle source share