T
Tcs
I have a record I'm reading in:
Column : Customer ID ("CXLIB"."UT211AP""UTCSID")
I can grab the 'CXLIB', 'UT211AP' and 'UTCSID' by looking for the double quotes.
But I was wondering of there's an easy way to grab the 'CUSTOMER ID' from the
rec. Can I use something like the MID() function looking for the ':' and '('?
Any idea of what it would look like?
Thanks in advance,
Tom
Column : Customer ID ("CXLIB"."UT211AP""UTCSID")
I can grab the 'CXLIB', 'UT211AP' and 'UTCSID' by looking for the double quotes.
But I was wondering of there's an easy way to grab the 'CUSTOMER ID' from the
rec. Can I use something like the MID() function looking for the ':' and '('?
Any idea of what it would look like?
Thanks in advance,
Tom