Subject | Re: [firebird-support] Re: duplicate string fields? |
---|---|
Author | Ann W. Harrison |
Post date | 2008-02-07T20:21:25Z |
ifitsx wrote:
statement is not designed to return a single row and won't
produce the error you report unless you're using it as
a subquery in another statement.
Good luck,
Ann
>>You're doing something you're not telling us about. That
>> select a.noteid, a.folderid, b.noteid, b.folderid, a.subject
>> from dbnotes a
>> join dbnotes b on (a.subject = b.subject)
>> where a.noteid < b.noteid
>
> The above returns the following error:
>
> ISC ERROR CODE:335544652
>
> ISC ERROR MESSAGE:
> multiple rows in singleton select
>
statement is not designed to return a single row and won't
produce the error you report unless you're using it as
a subquery in another statement.
Good luck,
Ann