明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

Select INTO 語句出錯,如何處理?

[摘要]sp_dboption 'test', 'select into', 'TRUE' test 是 需要 管理的 database "select into " 是 你想要 打開的 數(shù)據(jù)庫 選項 TRUE 是打開,如果想 關掉的話 ...

sp_dboption 'test', 'select into', 'TRUE'
test 是 需要 管理的 database
"select into " 是 你想要 打開的 數(shù)據(jù)庫 選項
TRUE 是打開,如果想 關掉的話 請用 "FALSE"
(出處:熱點網(wǎng)絡)