Subject | RecordCount, Distinct and as-Fields |
---|---|
Author | achidan |
Post date | 2002-04-10T06:16:33Z |
Hi Jason
I found another problem with RecordCount for a statement like this:
SELECT DISTINCT Fld1, Fld2 as Fld3 FROM Table1
This is transformed for the RecordCount statement as
SELECT COUNT(DISTINCT Fld1 || '.zZz.' || Fld2 as Fld3) FROM Table1
which is not working.
Cheers
Daniel
I found another problem with RecordCount for a statement like this:
SELECT DISTINCT Fld1, Fld2 as Fld3 FROM Table1
This is transformed for the RecordCount statement as
SELECT COUNT(DISTINCT Fld1 || '.zZz.' || Fld2 as Fld3) FROM Table1
which is not working.
Cheers
Daniel