刪除資料於資料表 (DELETE)

選用資料庫
USE practice
使用 PREPARE statement 處理資料
SET @s='DELETE FROM ac_basic WHERE id=?';
PREPARE stmt1 FROM @s;
SET @i=7;
EXECUTE stmt1 USING @i;
參考資源

更新日期:

google 論壇

App javascript (groups.google.com/group/app-javascript/)