SQL to EOQualifier
SQL to EOQualifier
- Subject: SQL to EOQualifier
- From: Paulo Filipe Andrade <email@hidden>
- Date: Wed, 30 Apr 2008 01:02:24 +0100
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
replies.@count > 0" :D, but obviously that doesn't work.
Regards,
Paulo F. Andrade 52439@IST
mailto: email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden