Re: complex duplicate row
- From: "Obnoxio The Clown" <obnoxio@xxxxxxxxxxxxxxx>
- Date: Sat, 17 Dec 2005 17:41:42 -0000 (GMT)
adrian.baceanu@xxxxxxxxx said:
>
> But how to select duplicate rows (identical in all the columns, except
> codfisc) and in the same time the result also to include this column,
> codfisc?
SELECT * FROM f103;
--
Bye now,
Obnoxio
"C'est pas parce qu'on n'a rien ` dire qu'il faut fermer sa gueule"
- Coluche
did i mention i like nulls? heck, i even go so far as to say that all
columns in a table except the primary key could/should be nullable. this
has certain advantages, for example, if you need to insert a child record
and you don't have a parent row for it, just do an insert into the parent
table with the primary key value (everything else null), and voila,
relational integrity is preserved. but this is, admittedly, a bit
controversial among modellers.
--r937, dbforums.com
sending to informix-list
.
- Prev by Date: Re: complex duplicate row
- Next by Date: Re: IDS New Feature Requests
- Previous by thread: Re: complex duplicate row
- Next by thread: Re: complex duplicate row
- Index(es):
Relevant Pages
|