Skip to content
Advertisement

Tag: lint

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. 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

Advertisement