Subject | Re: duplicate string fields? |
---|---|
Author | ifitsx |
Post date | 2008-02-07T19:23:30Z |
Woody,
Thanks for your reply.
ISC ERROR CODE:335544374
ISC ERROR MESSAGE:
attempt to fetch past the last record in a record stream
Thanks for your reply.
> The having clause is only used for aggregate queries which contain,the
> among other things, counts, sums, etc. Change your query to include
> count(*) and also change the group by to include all non-aggregatefields:
>The above script prepares ok, but returns the following error:
> select noteid, folderid, subject, count(*)
> from dbnotes
> group by noteid, folderid, subject
> having count(*) > 1
ISC ERROR CODE:335544374
ISC ERROR MESSAGE:
attempt to fetch past the last record in a record stream