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...
asked by
15.05.2017 / 14:46