Are there any published coding style guidelines for SQL?

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

    Two guides I know of are Joe Celko's SQL Programming Style and the venerable Code Complete.

    There's also the SQL-92 standard. It doesn't contain a style section, but you might consider it's style to be implicitly canonical.

提交回复
热议问题