The following table called 'company' is defined as follows:
id | name ----+--------
---------- 1 |
Pgsql,inc. 2 |
Postgres Co.,Ltd 3 |
SQL Company.
Select the most appropriate psql command for generating a text file company.txt on the client side with the following content: 1,"Pgsql,inc." 2,"Postgres Co.,Ltd" 3,SQL Company.
Currently there are no comments in this discussion, be the first to comment!