SQL SERVER – Return Specific Row to at the Bottom of the Resultset – T-SQL Script – Part 2
“How do I return a few of my resultset rows at the bottom of the entire resultset?” I was previously asked this question and my response was that we can do this by using the CASE statement in the ORDER BY clause and I wrote a blog post describing the…
Read More