Is there something wrong with this insert statement?
Posted: Wed Aug 23, 2006 7:30 pm
Code: Select all
INSERT INTO users (last_login) values (now()) where user_id = 3A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
INSERT INTO users (last_login) values (now()) where user_id = 3