I have the following query;
SELECT DISTINCT coordx,nis,nic,ct,medidor,coordy,comentario FROM nis_cap
This query brings me 544 records;
The problem is that if I modify the query to add the ID, DISTINCT does not work as I expect;...
asked by
13.10.2018 / 16:27