how to order by number and string in SQL Query
If you want to apply order by on column which contains data likes numbers, string..etc Then here is the solution [crayon-69de1235cf02e579722129/] Input:- a ba ab 1 as 2 Output:- 1 2 a ab as ba :)
Read more