Hello,
I've got a table which I query with something like " SELECT DISTINCT ON("c")
FROM table ... " .
Not every row in the column "c" does have a value, some are null.
My problem is, that I want to eliminate double values in "c" only if they
are not null !
Does anybody has an idea ?
Thx
Albrecht