我目前无法对列进行排序以最终显示空值
SELECT firstPart,secondPart FROM Exhibit_table d, ExhibitType a WHERE d.case_id ='13-05'
AND d.ExhibitTypeId = TypeId AND d.ComplianceNo = '0' and active = 1 order by CONVERT(INT, firstPart), secondPart
我有 2 列第一部分和第二部分我需要对其进行排序,使其按以下顺序显示
10
11
12 A
12 B
12 C
null null
null null
任何帮助是极大的赞赏