Select from DerivedTableDefinition

Posts   
 
    
Ian avatar
Ian
User
Posts: 511
Joined: 01-Apr-2005
# Posted on: 27-Sep-2010 01:58:45   

Hi there,

How do I do this...

SELECT * FROM DerivedTableDefinition

Actually I want to add a GROUP BY in there but I can't see how to use a DerivedTableDefinition without joining to it and selecting entities that join to it.

Cheers, Ian.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 27-Sep-2010 08:46:18   

I'm sorry but I'm not following.

Derived tables, are temp tables created to be joined in queries. Could you please explain in details what you are trying to do.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39903
Joined: 17-Aug-2003
# Posted on: 27-Sep-2010 11:37:07   

Set the left operand of a dynamic relation to the derivedtable definition, and leave the right operand as null.

Frans Bouma | Lead developer LLBLGen Pro