postgres_sql_cheat_sheet
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
postgres_sql_cheat_sheet [2025/01/13 22:43] – created stephen | postgres_sql_cheat_sheet [2025/01/14 02:52] (current) – stephen | ||
---|---|---|---|
Line 3: | Line 3: | ||
For MS SQL, see [[sql_cheat_sheet|SQL Cheat Sheet]] | For MS SQL, see [[sql_cheat_sheet|SQL Cheat Sheet]] | ||
- | ===== TOP ===== | + | ===== Basic Query ===== |
+ | |||
+ | Put column names in double quotes. | ||
+ | |||
+ | <code sql> | ||
+ | SELECT | ||
+ | " | ||
+ | , " | ||
+ | , " | ||
+ | , " | ||
+ | , " | ||
+ | FROM | ||
+ | config." | ||
+ | LEFT JOIN | ||
+ | config." | ||
+ | ON " | ||
+ | WHERE 1 = 1 | ||
+ | AND " | ||
+ | </ | ||
+ | |||
+ | ===== TOP n ===== | ||
+ | |||
+ | Use '' | ||
<code sql> | <code sql> |
postgres_sql_cheat_sheet.1736808223.txt.gz · Last modified: 2025/01/13 22:43 by stephen