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