Answers for "use table postgres"

15

show table postgres command

PostgreSQL show tables command
	
\dt
Posted by: Guest on March-30-2020
7

show all tables postgres

\dt
# show list of tables in postgres
Posted by: Guest on December-13-2020
0

use table postgres

postgres=# \c sales
You are now connected to database "sales" as user "ubuntu".
sales=#
Posted by: Guest on June-19-2021

Browse Popular Code Answers by Language