MySQL creates the columns in dst_tbl based on the name, number, and type of the columns in src_tbl. To copy only certain rows, add an appropriate WHERE clause. To create an empty table, use a WHERE clause that selects no rows:
MySQL สร้างคอลัมน์ใน dst_tbl ตามชื่อจำนวนและประเภทของ คอลัมน์ใน src_tbl ในการคัดลอกแถวบางอย่างเท่านั้นที่เหมาะสมเพิ่มคำสั่ง WHERE ในการ สร้างตารางว่างให้ใช้คำสั่ง WHERE ที่เลือกแถวไม่มี: