order by case clause possible?
can i model this in drizzle?
or should i just use
order by case when date >= today then date else null end asc, case when date < today then date else null end descor should i just use
sql