mysql 複製表數據到原表

INSERT into t_product (product_name,type_id,type_little_id,price,price_old,abstract_title,imagePath,imagePath2,imagePath3,imagePath4,inventory,
content,rating,ratingNum,sellNum,state,create_date,unit)  SELECT product_name,type_id,type_little_id,price,price_old,abstract_title,imagePath,imagePath2,imagePath3,imagePath4,inventory,
content,rating,ratingNum,sellNum,state,create_date,unit  FROM t_product

發佈了4 篇原創文章 · 獲贊 2 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章