I have a table column and postcontent.
Each time a post is edited, a record is added to the postcontent table.
At each such moment, the submitted name version will increase by 1 in the postcontent table.
How can I get PostId starting with post and [Description] from the postcontent table Where is the maximum version for each message group by message id i.e. I expect one raw for each message, so this is the "maximum version" for the message
source
share