Hi, I'd like to know if someone can help me with the next query:
I have one table like this:
id_product | dsc_product |value_one | value_two | value_three | date |
-----------+-------------+----------+-----------+-------------+------+
So I want to make a query when the product on base to date, but not all the columns are going to be based on the same date, I mean, let's supose I have products with the field date from 01/01/01 to 03/31/07, but for the column "value_one" I need that the query get the results of products from the 01/01/01 to 03/31/07 but for the others one I just need that the date is from 03/01/07 to 31/03/07, I mean of the current month.
I hope you have understand to me and someone can help me.
Greetings
