99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
2022-01-14 閱讀量: 507
sql導(dǎo)入數(shù)據(jù)

導(dǎo)入數(shù)據(jù)

show variables like '%secure%';-- 查看安全路徑

load data infile "C:/ProgramData/MySQL/MySQL Server 8.0/Uploads/employee.csv"

into table emp

fields terminated by ','

ignore 1 lines;

select * from emp; -- 檢查導(dǎo)入數(shù)據(jù)內(nèi)容

select count(*) from emp; -- 檢查導(dǎo)入數(shù)據(jù)總行數(shù)

-- 更新數(shù)據(jù)

-- set sql_safe_updates=0; -- 設(shè)置數(shù)據(jù)庫安全權(quán)限


74.9712
0
關(guān)注作者
收藏
評(píng)論(0)

發(fā)表評(píng)論

暫無數(shù)據(jù)
推薦帖子