Re: how to write this using delegator

2009-09-02 Thread Vivek Mishra

Hi Bhupendra,

You can create these conditions using EntityCondition class. Just search 
in the framework that how it is being used and worked.

For example refer CommissionRun.groovy.

Thanks!
-- Vivek Mishra

Bhupendra Shivade wrote:

Hello guys,
I want to write this query using delegator, please help in writing.

SELECT MIN(price),MAX(price) FROM product_price WHERE product_id 
IN('10011','10011');


Thanks
Bhupendra.



http://www.mindtree.com/email/disclaimer.html

  


smime.p7s
Description: S/MIME Cryptographic Signature


how to write this using delegator

2009-09-01 Thread Bhupendra Shivade
Hello guys,
I want to write this query using delegator, please help in writing.

SELECT MIN(price),MAX(price) FROM product_price WHERE product_id 
IN('10011','10011');


Thanks
Bhupendra.



http://www.mindtree.com/email/disclaimer.html