Search code examples
sqlapache-spark-sqlcoding-stylelint

pylint equivalent for SQL?


python having pylint

scala having Scalastyle

I searched around but didn't find a style checker for SQL. Does it exist?

Thank you.


Solution

  • 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)