I have a database in POSTGRESQL populated, wanted to know if a command exists
SQL that returns a string that has the following command for all existing tables:
INSERT INTO aluno(id , nome, idade ) values(1,'Raul',23)
I wanted to do this to populate another bank that has data similar to the old bank, but has new tables!