I have a table, for example, pessoa , and I would like to all people over 40 , with the script below I do this: >
DELETE FROM pessoa WHERE pessoa.idade > 40;
The problem that there is more than 2 million records in the table ,...
asked by
14.12.2016 / 19:42