We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Want to create a MySQL query where a column is sorted in ascending order but with nulls last (at the bottom), or where a column is sorted in descending order but with nulls first (at the top)? You can use
ISNULL(column)
to do this.
continue reading on gregrs-uk.github.io
β οΈ This post links to an external website. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.