Page is a not externally linkable
drooh - 6:34 pm on Jun 25, 2011 (gmt 0)
Is it possible to do something like this?
$sql = "UPDATE `test` SET (`name`,`age`) VALUES ('Sam','34') WHERE `id` = 10";
It would be nice because the insert command is similar
$sql = "INSERT INTO `test` (`name`,`age`) VALUES ('Sam','34')";