hi all.

I have indexed table from database into index and it looks like:
<itemId>
<price>
<otherFields>

itemId is not unique.

I want to implement search which in SQL equivalent looks like
select itemId, min(price) from <table>
   where <condition on otherFields>
   groupBy itemId


Is it possible to achieve?

--
regards,
Volodymyr Bychkoviak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to