ANSI SQL Manual

后端 未结 10 2010
南笙
南笙 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:00

    The main problem with an ANSI SQL reference manual is that you can't find a DB which implements it. And when it does, then you'll find that ANSI SQL can't solve some of the daily problems. Which is why all professional databases define extensions.

    So at work, you'll need a reference manual for the specific version of the database which you use.

提交回复
热议问题