We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2cc41ac commitdaa9856Copy full SHA for daa9856
doc/src/sgml/ref/psql-ref.sgml
@@ -4173,7 +4173,7 @@ numerical order and columns with an independant, ascending numerical order.
4173
testdb=> <userinput>SELECT t1.first as "A", t2.first+100 AS "B", t1.first*(t2.first+100) as "AxB",</userinput>
4174
testdb(> <userinput>row_number() over(order by t2.first) AS ord</userinput>
4175
testdb(> <userinput>FROM my_table t1 CROSS JOIN my_table t2 ORDER BY 1 DESC</userinput>
4176
-testdb(> <userinput>\crosstabviewA B:ordAxB</userinput>
+testdb(> <userinput>\crosstabview"A" "B" "AxB" ord</userinput>
4177
A | 101 | 102 | 103 | 104
4178
---+-----+-----+-----+-----
4179
4 | 404 | 408 | 412 | 416