Answers for "ordering by issue with 4 digit numbers in sql"

SQL
1

ordering by issue with 4 digit numbers in sql

If you are using SQL Server:

ORDER_BY cast(regst_no as int) ASC
Posted by: Guest on March-23-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language