Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79003e commit 90108c9Copy full SHA for 90108c9
doc/src/sgml/queries.sgml
@@ -41,7 +41,7 @@
41
SELECT * FROM table1;
42
</programlisting>
43
Assuming that there is a table called <literal>table1</literal>,
44
- this command would retrieve all rows and all columns from
+ this command would retrieve all rows and all user-defined columns from
45
<literal>table1</literal>. (The method of retrieval depends on the
46
client application. For example, the
47
<application>psql</application> program will display an ASCII-art
0 commit comments