python having pylint
scala having Scalastyle
I searched around but didn’t find a style checker for SQL. Does it exist?
Thank you.
Advertisement
Answer
You don’t require any error checker for Sql, as Sql is not a programming language. They IDE you use will help you to understand the issue in the query and can be formatted accordingly. Please choose appropriate IDE (Sql developer/ db weaver)