Hi all, i have a table like below
Id Names
1 Sanjay, Anu, Rock
2 Mohamed, Asif, Selva, Manoj, Booker T
3 Jerrico, Cena
4 Amala
How do i select MAX LENGTH OF STRING from column in the table,
I need the result like,
2 Mohamed, Asif, Selva, Manoj, Booker T
Is there any query for that ??