How to avoid appending columns in sql command

前端 未结 0 566
长发绾君心
长发绾君心 2021-01-20 13:34

I have following zsh and I run this

mysql=/usr/bin/mysql
rdsCnf=/usr/etc/my.cnf

for i in $list; do
        sql=$(sed -e "s|target|$i|g"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题