0

Im new in postgreSQL and db generally.

I connect to my database with

\c mydb 

Its successfully - then I want to show all data from this table, I use

mydb-# SELECT * FROM mytable 

It seems that this command works (no error), but I dont get an output?

Any ideas?

0 Answers0