![]() |
Is there a good SQL software that will
...scan and remove duplicates?
|
Anyone...?
|
remove duplicates from what?
|
mysql is my favorite sql software, it allows you to do pretty much anything a RDBMS does.
ask better questions, get better answers. hehe |
sql server 2005/2008 is the best out of the box sql server you can have.
mysql is shit. |
Quote:
|
Here's a bump for you...
|
You don't need any additional software, just need a sql query to do it....
|
Quote:
kudo :thumbsup |
Quote:
|
just search google for the right SQL query. No wait, YEAH I GOT A GREAT ONE, WANNA BUY IT FOR $100. j/k
|
Quote:
|
Quote:
|
Quote:
write a php or perl script that reads all the data from the "bad" table, and inserts into the "good" table. any dupes will be rejected by the primary key very simple process... Fight the dupes! |
define duplicate, duplicate of what?
|
This thread is amusing. You might as well explain to him how to create 3d characters while you're at it.
He's a war vet who sits in front of his computer spouting political/military crap all day. You may as well be speaking klingon to him rather than sql queries. He asked for software to do it because... well, he can't. |
Quote:
|
ok databases dont have duplicates tables do
if you dont know the difference you have no business trying to do anything with it sql is simply a language for adding deleting updateing and retrieving data from the tables It also has provisions for some data management and indexing mysql IS an RDBMS and a damn good one, probably better than almost anyone here will ever need. I remember some idiot once suggesting Oracle to manage a 1K member password file...now theres a moron. If you know sql and any scripting language, writing a script to de-dupe a table is a cakewalk If you don't, pay someone who does. |
dude
SELECT DISTINCT |
Quote:
Thanks guys for the input. |
well remember databases consists of relations also called tables
relations consist of tuples also called records tuples consist of attributes also called fields databases cant have duplicates and tables are even unlikely to have duplicates, matter of fact duplicates generally refer to the attribute(s) that make up the primary key. remember normal forms...in short a tuple must be indentifiable by the key, the whole key, and nothing but the key, so help me Codd I worked for Informix for 5 years as a Sr Consultant and a Sr Instructor. Theres a dozen ways to do what you want to do but if you dont know why ie your database design then yer just spinning your wheels. |
Quote:
http://www.google.com/search?q=%22remove%20duplicates%22phpmyadmin&sourc eid=mozilla2&ie=utf-8&oe=utf-8 |
Quote:
|
Quote:
|
You need to use psSql (PigshitSQL) to perform this function.
|
Quote:
If he doesn't know then he ends up with a trashed database and probably no backup. you wanna see a douche try the fucking mirror |
| All times are GMT -7. The time now is 11:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123