PostgreSQL Documentation

这篇PostgreSQL教程将提供SQL的基本和高级概念。
对于使用MySQL等其他SQL软件的用户,其之间的区别仅仅在于SQL UI的不同,所以下文所述的SQL基本语句同样适用于这些SQL。

Conventions

Brackets ([ and ]) indicate optional parts.
Braces ({ and }) and vertical lines (l) indecate that you must choose one alternative. 
Dots (...) mean that the preceding element can be repeated.

Install