Click here to Skip to main content
15,899,124 members
Home / Discussions / Database
   

Database

 
GeneralRe: convert datetime Pin
Test27030729-Mar-07 1:00
Test27030729-Mar-07 1:00 
GeneralRe: convert datetime Pin
Colin Angus Mackay29-Mar-07 3:16
Colin Angus Mackay29-Mar-07 3:16 
AnswerRe: convert datetime Pin
Krish - KP29-Mar-07 1:39
Krish - KP29-Mar-07 1:39 
GeneralRe: convert datetime Pin
Test27030729-Mar-07 1:52
Test27030729-Mar-07 1:52 
AnswerRe: convert datetime Pin
Chetan Patel29-Mar-07 21:00
Chetan Patel29-Mar-07 21:00 
QuestionSnap-in failed to initilize error on enterprise manager Pin
mohd imran abdul aziz28-Mar-07 21:02
mohd imran abdul aziz28-Mar-07 21:02 
QuestionDuplicate records Pin
Sophia Rekhi28-Mar-07 18:55
Sophia Rekhi28-Mar-07 18:55 
AnswerRe: Duplicate records Pin
jijoaresseriljose28-Mar-07 21:33
jijoaresseriljose28-Mar-07 21:33 
hi,
suppose col001 of table1 is the duplicated values.then the query
"select col001 from table1 group by col001 having count(col001)>1" will get all the
duplicate values so,

the below query will delete all the duplicated records.

"delete from table1
where col001 in (
select col001 from table1 group by col001 having count(col001)>1)"


regards
Jijo

jijo jose

GeneralRe: Duplicate records Pin
Sophia Rekhi28-Mar-07 23:10
Sophia Rekhi28-Mar-07 23:10 
AnswerRe: Duplicate records Pin
Krish - KP29-Mar-07 1:46
Krish - KP29-Mar-07 1:46 
GeneralRe: Duplicate records [modified] Pin
jijoaresseriljose29-Mar-07 3:31
jijoaresseriljose29-Mar-07 3:31 
AnswerRe: Duplicate records Pin
Krish - KP28-Mar-07 21:37
Krish - KP28-Mar-07 21:37 
AnswerRe: Duplicate records Pin
one_stone_zz28-Mar-07 23:21
one_stone_zz28-Mar-07 23:21 
Questionhow do i Decryption Store Procedure ...? Pin
PavanPareta28-Mar-07 3:50
PavanPareta28-Mar-07 3:50 
AnswerRe: how do i Decryption Store Procedure ...? Pin
Pete O'Hanlon28-Mar-07 4:36
mvePete O'Hanlon28-Mar-07 4:36 
AnswerRe: how do i Decryption Store Procedure ...? Pin
N a v a n e e t h28-Mar-07 22:38
N a v a n e e t h28-Mar-07 22:38 
GeneralRe: how do i Decryption Store Procedure ...? Pin
Pete O'Hanlon29-Mar-07 5:12
mvePete O'Hanlon29-Mar-07 5:12 
QuestionSelf referential join Pin
Johnny ²28-Mar-07 3:06
Johnny ²28-Mar-07 3:06 
AnswerRe: Self referential join Pin
DQNOK28-Mar-07 3:32
professionalDQNOK28-Mar-07 3:32 
GeneralRe: Self referential join Pin
Johnny ²28-Mar-07 17:04
Johnny ²28-Mar-07 17:04 
QuestionJob Pin
Navneet Hegde28-Mar-07 2:33
Navneet Hegde28-Mar-07 2:33 
AnswerRe: Job Pin
N a v a n e e t h28-Mar-07 22:40
N a v a n e e t h28-Mar-07 22:40 
GeneralRe: Job Pin
Navneet Hegde28-Mar-07 22:57
Navneet Hegde28-Mar-07 22:57 
AnswerRe: Job Pin
Tirthadip29-Mar-07 0:14
Tirthadip29-Mar-07 0:14 
GeneralRe: Job Pin
Navneet Hegde29-Mar-07 2:13
Navneet Hegde29-Mar-07 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.