<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Feb 2016 22:46:00 Z</lastBuildDate><pubDate>18 Feb 2016 01:12:00 Z</pubDate><description>Hello All,&#13;
&#13;
Is there a way with a query to find records with duplicates. Something like if you have a filed name find all records with more then 1 that are the same.&#13;
&#13;
DW</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp</link><title>Find Duplicates in a file</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56549/read.awp</comments><pubDate>20 Feb 2016 22:46:00 Z</pubDate><description>Hello Allard,&#13;
&#13;
I don't think so,&#13;
&#13;
You would have to loop thru all the records in the db that way. to see if to had the same …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56549/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56549/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp">Find Duplicates in a file</source><title>Re: Find Duplicates in a file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56544/read.awp</comments><pubDate>20 Feb 2016 16:23:00 Z</pubDate><description>Hi&#13;
easily done in wlanguage&#13;
&#13;
if hreadseek(file, name, search on) then&#13;
&#13;
// do this to be certain that at least 1 item exists…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56544/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56544/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp">Find Duplicates in a file</source><title>Re: Find Duplicates in a file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56530/read.awp</comments><pubDate>20 Feb 2016 00:11:00 Z</pubDate><description>Hello All,&#13;
&#13;
Thank you I used Al's you tube video link and got it to work in the query editor.&#13;
&#13;
SELECT COUNT(JOB_INFO.PO) AS …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56530/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56530/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp">Find Duplicates in a file</source><title>Re: Find Duplicates in a file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56496/read.awp</comments><pubDate>18 Feb 2016 10:53:00 Z</pubDate><description>SELECT dup_field, count(*) FROM filename&#13;
GROUP BY dup_field&#13;
HAVING COUNT(*) &gt; 1</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56496/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56496/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp">Find Duplicates in a file</source><title>Re: Find Duplicates in a file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56483/read.awp</comments><pubDate>18 Feb 2016 02:54:00 Z</pubDate><description>Hi DW&#13;
If all you want is to find the duplicate records something like the following works.&#13;
SELECT * FROM LOCATION WHERE Locati…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56483/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56483/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp">Find Duplicates in a file</source><title>Re: Find Duplicates in a file</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56482/read.awp</comments><pubDate>18 Feb 2016 01:50:00 Z</pubDate><description>Hello DW&#13;
&#13;
If it is a one off request then WDMap can do easily, otherwise you will need to code a solution.&#13;
I found this youtu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56482/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file-56482/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56476-find-duplicates-file/read.awp">Find Duplicates in a file</source><title>Re: Find Duplicates in a file</title></item></channel></rss>
