|
Posted by CyberDog on 09/25/05 20:52
Hello!
I have an tatable with records defined by 3 values, let's call them
"id", "name" and "type".
Now, I need to call all the records of one type, group them by the ID
value, and put only one of the same ID in an array, how to pull this off
without loops and easy on the load?
Thank you in advance!
[Back to original message]
|