【SQL】ソートロジックについてのとりいそぎのメモ
with east as(
select nm =’東幹久’ ,tm = ‘あずまみきひさ’ union all
select nm =’東国原秀夫’,tm = ‘ひがしこくばるひでお’ union all
select nm =’東野幸治’ ,tm = ‘ひがしのこうじ’union all
select nm =’東儀秀樹’ ,tm = ‘とうぎひでき’union all
select nm =’東海林のり子’,tm = ‘しょうじのりこ’
)
select * from east order by tm