Hi,
I'm looking for a regexp_substr result = HIGH and LOW from the following two strings
1. TIRE, MICHELIN 305/85R22.5 X INCITY Z HIGH FLOOR
2. TIRE, MICHELIN 305/70R22.5 X INCITY Z LOW FLOOR
Output:
HIGH
LOW
This can be 2 separate SQL statement regexp_substr.
Thanks,