Dev - select distinct in minilang?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev - select distinct in minilang?

Si Chen-2
Hi,

Is there anyway to do a

SELECT DISTINCT order_id FROM return_item where return_id = "..."

in minilang?

Si
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - select distinct in minilang?

David E. Jones

Yes. The entity-condition operation has a distinct attribute that'll  
get 'er done.

-David

On Jan 25, 2006, at 3:11 PM, Si Chen wrote:

> Hi,
>
> Is there anyway to do a
>
> SELECT DISTINCT order_id FROM return_item where return_id = "..."
>
> in minilang?
>
> Si
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: Dev - select distinct in minilang?

Si Chen-2
Thanks!

David E. Jones wrote:

>Yes. The entity-condition operation has a distinct attribute that'll  
>get 'er done.
>
>-David
>
>On Jan 25, 2006, at 3:11 PM, Si Chen wrote:
>
>  
>
>>Hi,
>>
>>Is there anyway to do a
>>
>>SELECT DISTINCT order_id FROM return_item where return_id = "..."
>>
>>in minilang?
>>
>>Si
>>
>>_______________________________________________
>>Dev mailing list
>>[hidden email]
>>http://lists.ofbiz.org/mailman/listinfo/dev
>>    
>>
>
>
>_______________________________________________
>Dev mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/dev
>
>  
>
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev