How do i extract a string between two straight pipes '||' in RazorSQL

34 Views Asked by At

I am trying to extract a string from a column in RazorSQL.

The strings will vary in characters but they are all in between straight pipes.

Ex. 
Data Analysis | Campaign Reports | Other || Account_Name || Account_General_Store

In this case, I only want 'Account_Name'.

0

There are 0 best solutions below