C
Chris
Hi,
I have a table of approximately 1400 rows of text. I am trying to break
the text into a few fields. The substring that I am trying to break by
consists of 2 or 3 letters, followed by 4 numbers. I don't know what the
letters or numbers are, just that it will be 2 or 3 letters followed by 4
numbers.
Is there someway that I can use INSTR with wildcard characters to find
the location of this substring?
Thanks.
I have a table of approximately 1400 rows of text. I am trying to break
the text into a few fields. The substring that I am trying to break by
consists of 2 or 3 letters, followed by 4 numbers. I don't know what the
letters or numbers are, just that it will be 2 or 3 letters followed by 4
numbers.
Is there someway that I can use INSTR with wildcard characters to find
the location of this substring?
Thanks.