the table is
col1
---------
M
S
S
Q
L
The expected Result is
Name
-----------
MSSQL
I need a single query which solves the above problem. please help me out?
col1
---------
M
S
S
Q
L
The expected Result is
Name
-----------
MSSQL
I need a single query which solves the above problem. please help me out?
Comment