essjay_d12
12-03-2007, 08:54 AM
Hi,
I have a lot of visitors (storing each one in db) and each visitor has a date field (date of visit). What I want to work out is how many of visitors in december (month based on system date - got this working) have also visited before? in the last year etc
I can do it using a view - but i need to be producing the value for these visitors in one statement. if i create a view then do select statement at same time it gives me invalid character message!
any ideas?
cheers,
d
I have a lot of visitors (storing each one in db) and each visitor has a date field (date of visit). What I want to work out is how many of visitors in december (month based on system date - got this working) have also visited before? in the last year etc
I can do it using a view - but i need to be producing the value for these visitors in one statement. if i create a view then do select statement at same time it gives me invalid character message!
any ideas?
cheers,
d