seems to be a problem with my syntax, i am trying to return the day of the month that is in the field last_enter_date where the remote_ip field is = '127.0.0.1'
any help appreciated
thx Tony
Code:
SELECT DAYOFMONTH[last_enter_date] FROM ip_addresses WHERE remote_ip = '127.0.0.1'
thx Tony