Hello
This is a bit "confused" question for those who don't now advanced SQL...
However. I want your help to do a query. Its simple but I'm not sure how to do it.
I want the query to do something like this.
I want her to
SELECT * FROM table1 WHERE date....
The date condition its only to show items that have a date to the MAX of 15 days past the actual date.
PS: The data column is a datetime
type.
Does somebody now how can i accomplish this?
Thanks.