Bestellung durch Ausgabe mit 4 -stelligen Zahlen in SQL
If you are using SQL Server:
ORDER_BY cast(regst_no as int) ASC
Mr. Samy
If you are using SQL Server:
ORDER_BY cast(regst_no as int) ASC