cat category.csv | awk -F"[,;]" '{print "update category set parent_id=47",$2, "47 where id =",$3,";"}' // 其中47即为单引号