[Qgis-user] Re:postgis layer from a view
Andrea Peri 2007
aperi2007 at gmail.com
Tue Jun 1 09:44:39 PDT 2010
Hi Lionel,
try a query like this:
select count(gid) from <view> group by gid having count(gid)>1
to see if there is some duplicates.
Regards,
Andrea.
More information about the Qgis-user
mailing list