I'm using SQL Server 2014. I have 1 field that contains a string value like this
ADGA;BADF;CASD;DFAD;SADAF;gNDG;asDD;dADA;zzz;SDFS;SFGG;SSFG;DFGF
How do I SELECT to return the string between the 10th and 11th ; ?
The values between the semi colon's is always 4 characters in length.
So from the above, I need to return:
SFGG