Hi All!
I have a product catalogue in MSSQL, now I would like to make a function that search the database and shows a list of each brands and how many rows the brand have been found.
Something like:
Acer (33)
Sony(15)
.. And so on..
Can anyone picture me the best way to do so?
Regards.
Frederik
I have a product catalogue in MSSQL, now I would like to make a function that search the database and shows a list of each brands and how many rows the brand have been found.
Something like:
Acer (33)
Sony(15)
.. And so on..
Can anyone picture me the best way to do so?
Regards.
Frederik
Comment