joelwenzel
Programmer
- Jun 28, 2002
- 448
I have a problem. In my database, I need to group certain data. I can either do about 20 queries (and get all the data separtly). This is a nuscience because the data will not me in a nice form.
Or, I can create a view and union the 20 queries. This would be easier for me to work with but will it take a lot more processing power/slower? What I mean is, should I do this or not?
Or, I can create a view and union the 20 queries. This would be easier for me to work with but will it take a lot more processing power/slower? What I mean is, should I do this or not?