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-67366d978d269342106410/] Input:- a ba ab 1 as 2 Output:- 1 2 a ab as ba :)
Read more