Hello,
I have read in http://www.castor.org/oql.html#Syntax that it was or will be
possible to make a join between 2 tables :
selectExpr ::= select [distinct]
projectionAttributes
fromClause
[whereClause]
[groupClause]
[orderClause]
...
fromClause ::= from iteratorDef {, iteratorDef}
An oql query like this following should work :
SELECT a.id
FROM com.clipack.A_PState a,
com.clipack.B_PState b,
WHERE a.id = b.idRefA;
It seems to not work, is it yet implemented or not ?
Thanks in advance.
Laurent For�t. Clipack.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev