SyntaxFix
Write A Post
Hire A Developer
Questions
None of these answers have worked for me.
This is what worked for me.
with score as (select max(score_up) from history) select history.* from score, history where history.score_up = score.max