(col1,col2) in ((a,b), (c,d), ...)?
(col1,col2) in ((a,b), (c,d), ...)?
- Subject: (col1,col2) in ((a,b), (c,d), ...)?
- From: OC <email@hidden>
- Date: Thu, 10 Mar 2016 20:46:26 +0100
Hello there,
is there a way to use ERXInQualifier (or any other standard qualifier) to generate things like
... WHERE (col1,col2) IN ((a,b), (c,d), ...)
? So far, I am searching in vain, already having almost resorted to the ugly way of generating an EOOrQualifier containing lots of EOAndQualifiers :/
Thanks a lot!
OC
_______________________________________________
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
- Prev by Date:
Re: Performance in many objects manipulation
- Next by Date:
Re: (col1,col2) in ((a,b), (c,d), ...)?
- Previous by thread:
Re: Performance in many objects manipulation
- Next by thread:
Re: (col1,col2) in ((a,b), (c,d), ...)?
- Index(es):