Subject | Re: [firebird-support] Implementation limit exceeded |
---|---|
Author | Helen Borrie |
Post date | 2008-01-18T11:19:06Z |
>Helen Borrie wrote:At 06:55 PM 18/01/2008, Dmitry wrote:
>>
>>> select * from Relation rel, SYS_Keyword skw, SYS_EntityClass_LU sec
>>> where rel.KeywordID = skw.KeywordID and
>>> sec.ID = skw.EntityClassID and
>>> rel.RoleID = 2017 and
>>> sec.Name = 'relation.Relation' <----------------------------------
>>> order by rel.RoleID asc;
>>
>> Such a query is illegal in v2.0
>No, it's pretty legal. What you've marked is a text literal :-)So it is! :-)
./hb