Hi All,
Need a little help with the following:
I only want to display records that have been added in the last 7 days from the current date.
select `companyname`,
`firstname`,
`surname`,
`dateposted`,
`address`
From `journey`
Field: dateposted is the date set when the record is added.
Thanks in advance
Lisa