ANSI SQL Manual

后端 未结 10 2006
南笙
南笙 2020-11-30 20:40

Can anyone recommend a good ANSI SQL reference manual?

I don\'t necessary mean a tutorial but a proper reference document to lookup when you need either a basic or

10条回答
  •  醉梦人生
    2020-11-30 21:09

    The DevGuru resources always worked well for me: http://www.devguru.com/technologies/t-sql/home.asp

    Although I must admit it's not strictly an 'ANSI' focused resource. I've always been MS SQL centric, and it was helpful to me when I was starting out. IMHO Your best bet will be to use several resources - specifically including at least one of for each DB platform you want to use.

    To Quote the DevGuru intro for their T-SQL resource:

    Although there are standards for SQL, such as ANSI SQL92 and SQL99, most databases use their own dialect and/or extentions. Microsoft's flavor of SQL used in SQL Server 7 and SQL Server 2000 is called T-SQL. While many of the examples in this quick reference may work on other databases, it is assumed that SQL Server 2000 is used, especially for advanced topics such as stored procedures.

提交回复
热议问题