Hello
I have a new project. I have a table with customer number and a numeric value that represents the number of record I need to retrieve. For example
I want to be able to run my query against my item master table and get 10 unique items for customer 042 and 25 unique items for customer 317. If the values for the record were the same no problem but I am not sure how to approach the variable nature of the record count
Thanks in advance.
Let me know if I need to detail this further
I have a new project. I have a table with customer number and a numeric value that represents the number of record I need to retrieve. For example
Code:
Customer Records
042 10
317 25
I want to be able to run my query against my item master table and get 10 unique items for customer 042 and 25 unique items for customer 317. If the values for the record were the same no problem but I am not sure how to approach the variable nature of the record count
Thanks in advance.
Let me know if I need to detail this further