T
|
thesofa 8/10/2008 |
edit the sql query to exclude records older than 5 days. |
|
500441 8/10/2008 |
edit the sql query to exclude records older than 5 days.
|
T
|
thesofa 8/10/2008 |
where Now() - FromDate >5 |
|
500442 8/10/2008 |
where Now() - FromDate >5
SELECT Category, Description, EventID, FromDate, FromTime, Image, Location, `Map`, Note, Price, `Class`, ToDate, ToTime, Code, Days, `online`, registration_fee, `Fax Form` FROM events1 WHERE Now() - FromDate >5
|
T
|
thesofa 8/10/2008 |
maybe try |