📜  ubuntu 连接 mssql 数据库 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:52.209000             🧑  作者: Mango

代码示例1
// if u use sql cli   https://github.com/dbcli/mssql-cli
//conect to server
mssql-cli -S  -d  -U  -P 

//select the version from the server
Select @@version