I have this data in a column in my datatable:
j1
ds2
b15
I need to select and sort this column. Using below code :
var drs = inpDataTable.Select($"myCol<> 'jj'", "myCol Desc");
returns wrong answer!:
j1
b15
ds2
How can I get true answer?
Chars aren't important.
I'm using SQL Server
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…