I need to find all rows where MyCol does not have 3 instances of ‘(‘ in.
e.g. do not return the row where MyCol is ‘(101(2255(3355’
but do return the row where MyCol is ‘(101(2255’ or ‘(101(2255|3355’ because it does not have 3 ( in MyCol
I need to find all rows where MyCol does not have 3 instances of
Share
You could try this: