On 02/28/2014 02:46 AM, Paolo Cavallini wrote:
> Hi all.
> I can't recall of any function or plugin to find duplicate data ona
> table of attributes: am I right, or am I forgetting something?
> Thanks in advance.
> 

I always use Spatialite or Postgis so I can run a DISTINCT function in a
query, or GROUP BY what should be unique and get a count (if it's > 1
it's not unique). I'm not aware of any other way to check for duplicate
data.

Enjoy,
Alex
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to