Answers for "how to delete all records of a tables in pgadmin"

SQL
8

delete all entries postgres

DELETE FROM tablename;
Posted by: Guest on April-02-2020

Code answers related to "how to delete all records of a tables in pgadmin"

Code answers related to "SQL"

Browse Popular Code Answers by Language