SQL SQL速查表?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/279333/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
SQL Cheatsheet?
提问by Deinumite
Just wondering if anyone has any favourite SQL references they to use when creating new queries. Possibly something that shows syntax, or available functions?
只是想知道是否有人在创建新查询时使用任何最喜欢的 SQL 引用。可能是显示语法或可用函数的东西?
采纳答案by BoboTheCodeMonkey
If you're looking for one with just very basic functions you can try this to see if it fits your need.
如果您正在寻找仅具有非常基本功能的功能,您可以尝试一下,看看它是否符合您的需要。
You might have to paste the parts that you want into a better printing format as the top of the page has google ads =(
您可能需要将您想要的部分粘贴到更好的打印格式中,因为页面顶部有谷歌广告 =(
回答by sid
回答by Maximillian
I'm a fan of the O'Reilly SQL pocket guide. It covers most of the major DB system types, and explains some of the functions that are unique to certain ones.
我是O'Reilly SQL 袖珍指南的粉丝。它涵盖了大多数主要的数据库系统类型,并解释了某些特定的功能。
回答by HelloImKevo
I found this to be a handy little reference sheet for basicsyntax and functions/statements: SQL Cheat Sheet
我发现这是一个方便的基本语法和函数/语句的小参考表:SQL Cheat Sheet
回答by micro
Also O'Reilly SQL pocket guide for a quick glance. Covers Oracle, DB2, SQL Server and MySQL. For more detailed questions, Date/Darwen: A Guide to the SQL Standard, MySQL Reference Manual ( http://dev.mysql.com/doc/refman/5.0/en/). or just Google.
还可以快速浏览 O'Reilly SQL 袖珍指南。涵盖 Oracle、DB2、SQL Server 和 MySQL。有关更详细的问题,请参阅 Date/Darwen:SQL 标准指南、MySQL 参考手册 ( http://dev.mysql.com/doc/refman/5.0/en/)。或者只是谷歌。