數(shù)據(jù)庫怎么導(dǎo)出excel表格 怎樣將mysql數(shù)據(jù)導(dǎo)出到excel表中?
怎樣將mysql數(shù)據(jù)導(dǎo)出到excel表中?將MySQL數(shù)據(jù)導(dǎo)出到excel表:打開MySQL命令行,輸入數(shù)據(jù)庫:3。執(zhí)行以下語句以完成到excel的導(dǎo)出:select*from a table int
怎樣將mysql數(shù)據(jù)導(dǎo)出到excel表中?
將MySQL數(shù)據(jù)導(dǎo)出到excel表:打開MySQL命令行,輸入數(shù)據(jù)庫:3。執(zhí)行以下語句以完成到excel的導(dǎo)出:select*from a table into outfile “file path”,例如,輸入:select*from cusTBL into outfile “C:customcusu待定.xls“你會(huì)被詛咒的待定.xls當(dāng)您打開excel文件時(shí),系統(tǒng)會(huì)提示:您可以在任何地方看到數(shù)據(jù)