I have created a query to get the output like from table IRC_TABLE-
Requistion_number Name
12 John Mayer, Andrew,
11 Swastak,
I want if the values in Name has comma at the end and nothing beyond then it should be removed-
Requistion_number Name
12 John Mayer, Andrew
11 Swastak
Which function will help me achieve this ?