在 type filter text中搜索lib即可找到配置lib的位置
在user libraries中添加即可
(使用时Alt+/),Contect Assist 中的介绍了
Configure the behavior of the content assist (Alt+/) command.
希望对您有帮助.
csv:
select * from OpenRowset('MSDASQL','Driver={Microsoft Text Driver (*.txt; *.csv)};
DefaultDir=d:\;Extended properties=''ColNameHeader=True;Format=CSVDelimited;''','select * from sheet1.csv')
用系统...