How do you, and is it possible to order by 2 different rows?
Ordering with a greater preference to ord than date_created?
eg…
SELECT * FROM items ORDER BY ord, date_created
How do you, and is it possible to order by 2 different rows?
Ordering with a greater preference to ord than date_created?
eg…
SELECT * FROM items ORDER BY ord, date_created
:: Copyright KIRUPA 2024 //--