Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdaa9856

Browse files
committed
Docs: fix \crosstabview example.
This example missed being updated when we redefined \crosstabview'sargument processing.Daniel Vérité
1 parent2cc41ac commitdaa9856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4173,7 +4173,7 @@ numerical order and columns with an independant, ascending numerical order.
41734173
testdb=&gt; <userinput>SELECT t1.first as "A", t2.first+100 AS "B", t1.first*(t2.first+100) as "AxB",</userinput>
41744174
testdb(&gt; <userinput>row_number() over(order by t2.first) AS ord</userinput>
41754175
testdb(&gt; <userinput>FROM my_table t1 CROSS JOIN my_table t2 ORDER BY 1 DESC</userinput>
4176-
testdb(&gt; <userinput>\crosstabviewA B:ordAxB</userinput>
4176+
testdb(&gt; <userinput>\crosstabview"A" "B" "AxB" ord</userinput>
41774177
A | 101 | 102 | 103 | 104
41784178
---+-----+-----+-----+-----
41794179
4 | 404 | 408 | 412 | 416

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp