In Toad 12.6 and 12.7, extra parenthesis characters are added in a where clause with a substring function.
For example:
================================
SELECT c1, c2
FROM TABLE
WHERE SUBSTR (c1, 1, 1) IN ( ('A', 'B'))
================================
When you run this statement, you see the error 'Missing right parenthesis'
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center