發佈於 2013-10-302013-10-30 作者: HZLMySQL update 欄內自加1[例counter] 基於MySQL數據庫計數器的基礎 $sql = "UPDATE test_table SET test_field = test_field + 1 WHERE id = $id"; $result = $db->query($sql);