|
|
Re: days between last month [message #322156 is a reply to message #322154] |
Thu, 22 May 2008 11:46 |
lyren
Messages: 3 Registered: May 2008
|
Junior Member |
|
|
thanks for that!
i think i didn't make that clear.
here is the thing:
the query is to display the property those has been sold
in the last month.
so i need to check the purchase_date of the property.
i don't know how write the statement for that.
something like
select property_id
from property
where purchase_date between ... and ....
do u know how to write that query?
thanks agagin.
|
|
|
|
|