Kaptaan Jack to Programmer [email protected] • 2 years agoAlphabetically sorted months. But WHY?lemmy.mlimagemessage-square40fedilinkarrow-up1671
arrow-up1656imageAlphabetically sorted months. But WHY?lemmy.mlKaptaan Jack to Programmer [email protected] • 2 years agomessage-square40fedilink
minus-square@[email protected]linkfedilink6•2 years 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@[email protected]cakelinkfedilink7•edit-22 years 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.