How to select a string between nth specific character to nth+1 character
900707Aug 9 2012 — edited Aug 9 2012Hi,
I have one string 'SWAP_20120224_MEGAMART_MAR_Sales.csv'
I want to get the string between second underscore and third underscore i.e. 'MEGAMART'
How to achieve this in sql statement.
Thanks for the help.
Regards