PostgreSQL 11.22 DocumentationWHERE filter, the derived input table might be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP DISTINCT After the select list has been processed, the result table can optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: 132 merge different variants of the same word (see Chapter 12 for details). Sorting and duplicate-elimination are done automatically during input, as shown in this example: SELECT 'a fat cat sat on a mat0 码力 | 2883 页 | 12.34 MB | 1 年前3
PostgreSQL 8.1.11 DocumentationWHERE filter, the derived input table may be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table may optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT considerable savings because you don’t have the whole client/server communication overhead. • Elimination of additional round trips between client and server • Intermediate results that the client does0 码力 | 1582 页 | 12.19 MB | 1 年前3
PostgreSQL 11.22 DocumentationWHERE filter, the derived input table might be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP DISTINCT After the select list has been processed, the result table can optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: 125 of UNION does not contain any duplicate rows unless the ALL option is specified. ALL prevents elimination of duplicates. (Therefore, UNION ALL is usually significantly quicker than UNION; use ALL when0 码力 | 2732 页 | 12.44 MB | 1 年前3
PostgreSQL 8.2 DocumentationWHERE filter, the derived input table may be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table may optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT considerable savings because you don’t have the whole client/server communication overhead. • Elimination of additional round trips between client and server • Intermediate results that the client does0 码力 | 1762 页 | 5.43 MB | 1 年前3
PostgreSQL 8.2 DocumentationWHERE filter, the derived input table may be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table may optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT considerable savings because you don’t have the whole client/server communication overhead. • Elimination of additional round trips between client and server • Intermediate results that the client does0 码力 | 1748 页 | 13.12 MB | 1 年前3
PostgreSQL 8.0 DocumentationWHERE filter, the derived input table may be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table may optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT of UNION does not contain any duplicate rows unless the ALL option is specified. ALL prevents elimination of duplicates. (Therefore, UNION ALL is usually significantly quicker than UNION; use ALL when0 码力 | 1422 页 | 9.92 MB | 1 年前3
PostgreSQL 8.0 DocumentationWHERE filter, the derived input table may be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table may optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT of UNION does not contain any duplicate rows unless the ALL option is specified. ALL pre- vents elimination of duplicates. (Therefore, UNION ALL is usually significantly quicker than UNION; use ALL when0 码力 | 1332 页 | 9.76 MB | 1 年前3
PostgreSQL 8.1 DocumentationWHERE filter, the derived input table may be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table may optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT of UNION does not contain any duplicate rows unless the ALL option is specified. ALL prevents elimination of duplicates. (Therefore, UNION ALL is usually significantly quicker than UNION; use ALL when0 码力 | 1548 页 | 11.54 MB | 1 年前3
PostgreSQL 9.0 DocumentationWHERE filter, the derived input table might be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table can optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT merge different variants of the same word (see Chapter 12 for details). Sorting and duplicate-elimination are done automatically during input, as shown in this example: SELECT ’a fat cat sat on a mat0 码力 | 2561 页 | 5.55 MB | 1 年前3
PostgreSQL 9.0 DocumentationWHERE filter, the derived input table might be subject to grouping, using the GROUP BY clause, and elimination of group rows using the HAVING clause. SELECT select_list FROM ... [WHERE ...] GROUP BY group DISTINCT After the select list has been processed, the result table can optionally be subject to the elimination of duplicate rows. The DISTINCT key word is written directly after SELECT to specify this: SELECT merge different variants of the same word (see Chapter 12 for details). Sorting and duplicate- elimination are done automatically during input, as shown in this example: SELECT ’a fat cat sat on a mat0 码力 | 2401 页 | 5.50 MB | 1 年前3
共 40 条
- 1
- 2
- 3
- 4













