Hello,

I was wondering if one can translate something like this:

select message_id from message m where creator_id = 5 AND (select count(*) from message where message.reply_to_id = m.message_id) > 0;

to an EOQualifier.

It would be wonderfull if one could write a "creator = %@ AND [EMAIL PROTECTED] > 0" :D, but obviously that doesn't work.

Regards,

Paulo F. Andrade [EMAIL PROTECTED]
mailto: [EMAIL PROTECTED]



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to