I have a SQL WHERE
clause which is two pages long. I appear to be missing a bracket. Is there a way in SQL to count the right brackets and left brackets and even determine where the problem is?
The answer may be no, but I am interested to know if it is, meaning I do not have to go through hundreds of lines of code one line at a time.