首先安裝pip套件; pip install pymssql; ###程式使用; import pymssql ... ###Insert 用法; sql = """INSERT INTO test (c1,c2,c3) VALUES ('{0}' ...
確定! 回上一頁