Hello,
A possible solution :
select 'column_with_null_value', column2 from your_table
where name is null
union
select name, column2 from your_table
where name is not null
order by name
Hope this helps
Regards
|
Results 1 to 7 of 7
Thread: order by/first rawThreaded View
|
Click Here to Expand Forum to Full Width |