Answers for "import postgres to access"

SQL
1

access the postgres psql

psql -h localhost -U username databasename
Posted by: Guest on August-05-2020
-1

import sql in postgresql

psql databasename < data_base_dump
Posted by: Guest on June-09-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language