Sqlcmd:'var = 1':无效的参数。使用Bash脚本

时间:2019-11-25 11:10:29

标签: bash sqlcmd

这是我在stackoverflow:D

中的第一篇文章

使用sqlcmd在sql文件中传递变量时遇到问题。

sqlcmd -S "$host" -U "$username" -P "$password" -d "$dbname" -s "║" -v test=1 -i $productQuery -h -1 | while IFS="," read -r row
do
 # some stuff here..    
done

它具有错误“ Sqlcmd:'test = 1':无效的参数。输入'-?'求助。”。提前致谢! :D

1 个答案:

答案 0 :(得分:0)

|while ...引起了错误。我想出了不同的解决方案来解决我的问题。感谢@ user1934428