Hello,
I have a field (Description) in my query that returns an invoice description, for example:
Description
Supplies (INV-000001)
Bookjs (INV-000002)
I need to parse the following into a new field:
Invoice
INV-000001
INV-000002
Is there any easy way to accomplish this via SQL?