开发者

SQL documentation wiki [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

Inspired by how much of an improvement the MDC Javascript/开发者_开发知识库DOM docs are over W3Schools, I was looking for a similar wiki comparable to the W3Schools SQL documentation today. I haven't had much luck.

Is there a wiki documenting all the SQL commands with common-use examples, caveats, and vendor-dependent implementations?


The best documentation usually comes from the source itself. Which documentation you want depends on your RDBMS:

  • MS SQL Server Transact-SQL Reference or Index
  • PostgreSQL SQL Syntax
  • SQLite SQL Syntax with pretty railroad diagrams
  • MySQL SQL Syntax
  • Oracle SQL Reference

Edit: Based on your updated question, the answer is "What you want does not exist."


Based on your SQL Server tag, you might want to check out MSDN. Vendors usually maintain decent doc themselves (see MySQL and Oracle 10g)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜