Hi All,
I want to sort oracle SQL as below
e.g. employee table having column name, now i want to display records where employee names start with letter 'L' should appear first then starts with 'B' and then start with 'F'.
Thanks in advance.
Bhushan
I want to sort oracle SQL as below
e.g. employee table having column name, now i want to display records where employee names start with letter 'L' should appear first then starts with 'B' and then start with 'F'.
Thanks in advance.
Bhushan
Comment