Posts by Gabriel Avila • 43 points
1 post
-
4
votes1
answer5678
viewsQ: Return higher value of a specific SQL record
I need my SQL to return the longest date, but not the longest date among all records, and yes, the longest date of a specific id. I’ve tried using the MAX(), but it returns the highest value of all…