i have table visits
with columns like the below
visit_id
member_id
logout_datetime(format like this ...'yyyy-MM-dd HH:mm:ss')
visit_message (like accept, refuse)
i want to insert the logoutdatetime value into visits table
where member_id = 1 and visit_message = "accept"
how can i do that using mysql
would any one pls help on this …
many thanks in advance..
What about: