So I have product table and price table
is it possible to get query result like this?
Product | 1/8/2023 | 2/8/2023 | ... till end of month |
---|---|---|---|
A | 1000 | 2000 | |
B | 2000 | 3000 |
can it be done with 1 query or do I need to do multiple queries and combine them later?