Заказ по выпуску с 4 цифровыми числами в 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