I All:
Suppose a table:
CREATE TABLE 'myTable' (
A INTEGER NOT NULL,
B INTEGER NOT NULL,
C INTEGER);
Do is there some query to return if there are some duplicate files and/or
who are they?
Consider duplicate file if there are two or more rows with the same values.
I.E:
two or more with same values A=X, B=Y, C=Z
or
A= X, B=Y, C=NULL
for any 3-tuple X Y Z
Thanks in advance.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------