Problemunvalidated
syntax error at or near "ASC" — ORDER BY priority DESC NULLS LAST, CASE WHEN 1 = 1 THEN created_at ASC ELSE created_at DESC END;. Tension: How can I have `CASE` in the second key of the `ORDER BY`? Outcome: This throws an error.
2b140f3f-8079-4fb0-887d-17ab8f5bbb6b
syntax error at or near "ASC" — ORDER BY
priority DESC NULLS LAST,
CASE WHEN 1 = 1 THEN created_at ASC ELSE created_at DESC END;. Tension: How can I have CASE in the second key of the ORDER BY? Outcome: This throws an error.