G
Guest
I have a column called Fluid Code with the following values:
I need to extract the value inside the parenthesis only so my query returns
Process Piping or Aeration Air or Instrument Air. How can that be
accomplished. I though using the Left ( ) function but since the length of
the text is variable I am not sure how to use that function using the
parenthesis as delimiter. Thanks in advance for your help.
Bruno
P (Process Piping)
AA (Aeration Air)
AI (Instrument Air)
SCL (LP Steam Condensate)
I need to extract the value inside the parenthesis only so my query returns
Process Piping or Aeration Air or Instrument Air. How can that be
accomplished. I though using the Left ( ) function but since the length of
the text is variable I am not sure how to use that function using the
parenthesis as delimiter. Thanks in advance for your help.
Bruno