DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
เพิ่ม Field หรืภColumn ในดาต้าเบส
// description of your code here
ALTER TABLE `ชื่ภtable` ADD COLUMN `ชื่ภcolumn ที่จะเพิ่ม` char(3) NULL DEFAULT 'no' COMMENT '' AFTER `ชื่ภcolumn ที่จะเพิ่มต่à¸à¸—้าย` ALTER TABLE `selected_listing` ADD COLUMN `save` char(3) NULL DEFAULT 'no' COMMENT '' AFTER `created_at`





