Kaptaan Jack to Programmer [email protected] • 1 year agoAlphabetically sorted months. But WHY?lemmy.mlimagemessage-square36fedilinkarrow-up1660arrow-down114
arrow-up1646arrow-down1imageAlphabetically sorted months. But WHY?lemmy.mlKaptaan Jack to Programmer [email protected] • 1 year agomessage-square36fedilink
minus-square@[email protected]linkfedilink6•1 year agoYeah, I was going to say they just left a default alphabetical sort to their global droplist component and called it a day. Probably works fine in most contexts, but this one - not so much.
minus-square@QuaternionsRocklink7•edit-21 year agoOr shitty SQL. SELECT MAX(day_of_month), month FROM why_does_this_table_exist GROUP BY month
Yeah, I was going to say they just left a default alphabetical sort to their global droplist component and called it a day. Probably works fine in most contexts, but this one - not so much.
Or shitty SQL.
SELECT MAX(day_of_month), month FROM why_does_this_table_exist GROUP BY month