πOrder By
Describe about Order By command
Order by is a command to sort row of the data when we retrieve data from table.
Using PostgreSQL ORDER BY
clause to sort rows by one or multiple column
ORDER BY
clause to sort rows by one or multiple columnIn case that you have null value you can choose the condition for sort by using NULLS FIRST | NULLS LAST
example
Last updated