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