Formatting dates
How can i restrict the data to the year 2004? I want to show all the visits that has been made during 2004 on the basis of the
LastUpdate field in the table.If i write WHERE visits.LastUpdated=2004
i obtain an error.SHall i write Format?



