0
votes
2answers
81 views
counting duplicate entries in Data base
I want to count the amount of times that a zip code is entered into a database. I'm not sure if I am using the right function or not. Also eventually I need to separate the zip cod …
0
votes
4answers
42 views
How to merge duplicates in 2D python arrays
Hi, I have a set of data similar to this:
No Start Time End Time CallType Info
1 13:14:37.236 13:14:53.700 Ping1 RTT(Avr):160ms
2 13:14:58.955 13:15:29.984 Ping2 RTT(Avr):40ms
…
1
vote
1answer
11 views
Why is OLEDB Provider is saying I have a duplicate when I don’t?
Background:
I am the programmer for a county health system, and I work in the Education Department. I happen to be (un?)fortunate enough to also have to run the server that runs my …
1
vote
2answers
48 views
How can I prevent duplicates in a WPF Listbox control?
I have a WPF listbox control that is declaratively bound to a textbox. The listbox's ItemsSource is an ObservableCollection that is built from an XML file. I can easily prevent dup …
2
votes
4answers
114 views
marking duplicates in a csv file
Hello, I'm stumped with a problem illustrated in the sample below:
"ID","NAME","PHONE","REF","DISCARD"
1,"JOHN",12345,,
2,"PETER",6232,,
3,"JON",12345,,
4,"PETERSON",6232,,
5,"ALE …
0
votes
2answers
33 views
Checking for document duplicates and similar documents in a document management application
I am involved in writing a custom document management application in PHP on a Linux box that will store various file formats (potentially 1000's of files) and we need to be able to …
0
votes
13answers
142 views
Removing duplicate field entries in SQL
Is there anyway I can erase all the duplicate entries from a certain table (users)? Here is a sample of the type of entries I have. I must say the table users consists of 3 fields, …
1
vote
1answer
48 views
Datawarehouse duplicate dimension rows
We're starting to load up a datawarehouse with data from event logs. We have a normal star schema where a row in the fact table represents one event. Our dimension tables are a t …
2
votes
2answers
80 views
Find (and keep) duplicates of sublist in python
Hi,
I have a list of lists (sublist) that contains numbers and I only want to keep those exists in all (sub)lists.
Example:
x = [ [1, 2, 3, 4], [3, 4, 6, 7], [2, 3, 4, 6, 7]]
o …
1
vote
4answers
163 views
Fastest/One-liner way to remove duplicates (by key) in Ruby Array?
What's the fastest/one-liner way to remove duplicates in an array of objects, based on a specific key:value, or a result returned from a method?
For instance, I have 20 XML Elemen …
-1
votes
2answers
81 views
record duplication in c++
hey
i want to know if anyone can tell me how to delete duplicate records or avoid duplication in the first place....
the problem is that whenever i edit a record, a duplicate rec …
0
votes
0answers
22 views
MS CRM - Duplicate tracking tokens when sending emails from workflows
Hi,
I have recently helped some of our users set up several workflows to send emails. Now that these have been in use for a couple of weeks we have noticed that each time the work …
2
votes
9answers
69 views
Checking for Duplicate Files without Storing their Checksums
For instance, you have an application which processes files that are sent by different clients. The clients send tons of files everyday and you load the content of those files into …
1
vote
5answers
1k views
Removing duplicate rows from table in Oracle
Hi, I'm testing something in Oracle and populated a table with some sample data, but in the process I accidentally loaded duplicate records, so now I can't create a primary key usi …
0
votes
1answer
51 views
Adding UIImage with the same image multiple times and removing it all in one code.
Hi. Im having a bit of trouble right now adding the same image multiple times and removing it all at one time after the gamelooop.
I manage to add the image by creating 1 UIImagevi …
