Michael Fork writes: > In 7.0.3, I believe the following would work: > > SELECT count(distinct(a || b)) FROM t;
Great, this works! I don't quite get it why...
Dirk