Using MySQL ALTER TABLE to drop a column from a table
Suppose you don’t want to store the description of tasks in the tasks table and you have to remove it. The following statement allows you to remove the description column of the tasks table:
Using MySQL ALTER TABLE to drop a column from a tableSuppose you don’t want to store the description of tasks in the tasks table and you have to remove it. The following statement allows you to remove the description column of the tasks table:
ใช้ตาราง MySQL การเปลี่ยนแปลงที่จะลดลงคอลัมน์จากตารางสมมติว่าคุณไม่ต้องการที่จะเก็บรายละเอียดของงานในตารางงานที่และคุณจะต้องลบออก คำสั่งดังต่อไปนี้ช่วยให้คุณลบคอลัมน์คำอธิบายของตารางงานที่: