With a comma between the columns…
SELECT
date,
isValid
FROM
yourTable
ORDER BY
isValid,
date
5
solved SQL – How to order by two columns [closed]
With a comma between the columns…
SELECT
date,
isValid
FROM
yourTable
ORDER BY
isValid,
date
5
solved SQL – How to order by two columns [closed]