Are both of these valid in an update query ?
1st
2ndPHP Code:UPDATE users SET name='test' WHERE (uid='1')
because I'm getting error on the second. So I'm asking here so I dont need to sit and try find an error when its not possible to use at allPHP Code:UPDATE users SET (user_id, army_id) VALUES (1,2), (1,3), (1,4)
thanks for your time





Bookmarks