In MySQL, the code written in earlier example for SQL Server containing CONVERT() no longerĀ works, instead it can be written as follows:
SELECT * FROM demo ORDER BY CONVERT(txtcolumn, SIGNED INTEGER);
In MySQL, the code written in earlier example for SQL Server containing CONVERT() no longerĀ works, instead it can be written as follows:
SELECT * FROM demo ORDER BY CONVERT(txtcolumn, SIGNED INTEGER);