I want to make a sql by counting the records with duplicity:
select produto,matricula,data,fornecedor, count(*) from tb_teste
group by produto,matricula
order by fornecedor
In this form of the error, sql requests the fields data,forn...
asked by
14.12.2018 / 18:33