Are there any published coding style guidelines for SQL?

后端 未结 6 1815
感情败类
感情败类 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:16

    MySQL has a short description of their more or less strict rules:

    https://dev.mysql.com/doc/internals/en/coding-style.html

    Most common codingstyle for MySQL by Simon Holywell:

    http://www.sqlstyle.guide/

    See also this question: Is there a naming convention for MySQL?

提交回复
热议问题