Are there any published coding style guidelines for SQL?

后端 未结 6 1817
感情败类
感情败类 2021-02-12 02:44

Often I will end up with very complex SQL statements and I wondered if there was style guideline out there that dictates a common way of laying various aspects of a query out.

6条回答
  •  后悔当初
    2021-02-12 03:07

    Since asking this question I have written a public SQL style guide that is compatible with Joe Celko's SQL Programming Style book under the Creative Commons Attribution-ShareAlike licence.

    It is available over at www.sqlstyle.guide or as markdown directly from the GitHub repo.

提交回复
热议问题