I have created a table in postgreSQL. I want to look at the SQL statement used to create the table but cannot figure it out.
How do I get the create table
SQL statement for an existing table in Postgres via commandline or SQL statement?
I have created a table in postgreSQL. I want to look at the SQL statement used to create the table but cannot figure it out.
How do I get the create table
SQL statement for an existing table in Postgres via commandline or SQL statement?