Re: [Modeling-users] Couple of questions...
Status: Abandoned
Brought to you by:
sbigaret
|
From: Mario R. <ma...@ru...> - 2004-04-21 20:55:34
|
> ec.fetch('Writer', 'books.publisher.numPages>50
> AND (books.publisher.bizName IN ["P1","P2"])
> AND NOT EXISTS(books.publisher.bizName NOT IN ["P1","p2"] ) '
oops, sorry, just realized that's pretty silly. Lousy example...
Make that something like:
ec.fetch('Writer', 'books.publisher.numPages>50
AND (books.publisher.bizName IN ["P1","P2"])
AND NOT EXISTS(books.publisher.country NOT IN ["c1","c2"] ) '
or so...
mario
|