Topic profile page for Duplicates.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Duplicates.
Topic "Duplicates" was discussed 32,221 times on 3,284 sites in last 3 months
Started 21 hours, 17 minutes ago (2009-12-05 17:02:00)
by jenica024
Is this possible? The report currently looks like this: Col1 Col2 Col3 1 ABC 123 1 ABC 456 1 ABC 123 1 DEF 123 I would like to remove the duplicates so the report looks like: Col1 Col2 Col3 1 ABC 123 DEF 456 So basically group it by Col1 and then just show unique items for Col2 and Col3. But I am getting this: Col1 Col2 Col3 1 ABC 123 ...
Started 1 day, 11 hours ago (2009-12-05 02:40:00)
by Robertico
I've large csv-file (4 Gb) with a lot of duplicates. The csv-files contains two fields. If there is a duplicate, is that both fields. So i need to read this large csv-file, remove the duplicates and write a new csv-file with only the unique values. I used StreamReader and ReadLine to read the csv-file and Split to split the ...
Started 1 day, 16 hours ago (2009-12-04 21:24:00)
by ASHER
I'm working in SQL with PhpMyAdmin. I have a big table. By doing something like: PHP Code: SELECT DISTINCT upper ( last_name ), upper ( first_name ) FROM visitors I found a beautiful table with no duplicates. Indeed, using upper (or lower), take off (well I think) a problem of breakage, which allows me to really remove all duplicates. However, I ...
Started 2 days, 19 hours ago (2009-12-03 18:45:00)
by gregs87
Whenever I plug my phone to my computer and look at my media card on Windows Explorer, it show all the files twice. Anyone experience this or know why this is? (Does not show duplicates when I look at the card through the phone itself.) Thanks.
Started 3 days, 7 hours ago (2009-12-03 07:15:00)
by Andrew Sinning
When hosting a meeting, the pull down list of documents includes many duplicates and also includes content that I have deleted from my content list. I thought maybe the list was being recorded in a cookie so I tried another machine and they are still there. Why does the list contain duplicates? Why does the list contain content that I have deleted? What happens if you delete a ...
Started 3 days, 8 hours ago (2009-12-03 05:32:00)
by hardeep.kanwar
Delete Duplicates With Latest Date and Time Hi! Everybody I have data With Duplicates Now I want to Delete the Duplicates, According to 3 COLUMNS, i.e. DATE,TIME,PHONENUMBERS. What I want to Keep only 1 Records Which is Most Recently Called Data. Right Now I am Using = (COUNTIF($d$2:d2,d2...
Started 3 days, 9 hours ago (2009-12-03 04:48:00)
by Naomi
Hi, This should be relatively simple, but I could not figure this out. Say, I have a table with ID, LastName, FirstName, DOB and there are many duplicates in it by LastName, FirstName, DOB combination. I can identify all duplicates with this query tsql Line number On/Off | Show/Hide | Select all SELECT * FROM ( SELECT ID, row_NUMBER ( ) OVER ( partiton BY LastName,...
Started 3 days, 12 hours ago (2009-12-03 01:28:00)
by Rob21unlimited
My software somehow duplicated the entire collection. I've tried to delete the duplicates but they just stay there. I have a backup of all of my music and tried to delete the entire original folder of music but it stayed in my collection even though it doesn't work and I still can't delete. I've ...
Started 1 week ago (2009-11-28 17:01:00)
by jsperr
Delete rows where partial duplicates exist. Trying to compare only first 6 characters in 2 columns and delete row if duplicates exist. If first 6 of A1 = first 6 of B1 - delete row. Example: A1: 48 VAN BUREN ST B1:PO BOX 407 A2: 50 VAN BUREN ST B2:50 VAN BUREN ST PO Row 2 should ...
Started 4 days, 8 hours ago (2009-12-02 05:37:00)
by JHollowell8
Writing Duplicates to Column C Hello Again, I have numbers in Columns A and B and I need to write a for loop that compares the values of the two columns and writes any duplicates to column C. Can anyone help me with this? Thanks much.
Started 4 days, 9 hours ago (2009-12-02 04:52:00)
by citootje
After using graphic styles in CS3 for a while and deleting the duplicates after a copy paste action I finally found out that it happend only on graphic styles with a line and no fill!! Did a little experiment with it and changing the graphic style appearance to line and fill kills the duplicate. The only workaround for this moment is to redefine the lines only styles with a line and a ...
Started 4 days, 1 hour ago (2009-12-02 13:11:00)
by Elite Soldier
you've already got that weapon? don't delete it. save it. more eye candy for your backpack space. plus, future updates might make use of your duplicates such as Weapon Crafting Trading Posts ..
Started 5 days, 7 hours ago (2009-12-01 07:06:00)
by kyle.macdonald
I have a list consisting of 2 columns that a duplicate may appear in 1 column but if the second column has a different value it is still unique. I wish to check this list against a second master list (containing all the info) and find the duplicates in the first list and copy these duplicates to a second sheet in the same document. ...
I am filtering and ordering the output from my database but I am getting duplicates because some records are in two or more categories. This is correct, they are allowed to be in several categories, but I only want to show them once. This is one of my if statments with a query. PHP Code: if( $Db_recurr == "r" ){ $sql = "SELECT * FROM ...
Started 2 days, 10 hours ago (2009-12-04 03:54:00)
by Scubysnaps
Hi, I'm doing a pretty good job organising all my photos in Lightroom, its a big job I must admit, but one thing I havent sussed yet, is how to group a set of duplicate photos together which I have named differently (in trying to acheive a good naming convention which I'm happy to say I think I have now!) and then delete the unwanted ones. and move onto the next set? I realise I may be ...
Started 1 week, 1 day ago (2009-11-28 02:27:00)
by wma2mp3
iPhoto only recognise some duplicates,copies the rest??? Hi I'm a recent switcher, I'm sure once I get the hang of the Mac way it will be a better way, right now I am SO confused about importing to iPhoto library! I have a photo folder on my HD that I migrated from the external hard drive during the switch. I then imported...
Started 4 days, 9 hours ago (2009-12-02 04:42:00)
by kyle.macdonald
I HAVE A LIST CONSISTING OF 2 COLUMNS. I MUST FIND THE DUPLICATE IN ONE LIST AND HIGHLIGHT THEM. EXAMPLE: LIST 1. COLUMN 1 COLUMN 2 A12A 12384 A129D...