专题文章
时长:00:00更新时间:2020-11-09 14:10:11
把mysql数据导出到文本,用,分割:$ cat t1.sh mysql -h 172.24.0.220 -uquery -pquery che001 -NB EOF aa.txt select concat(UserGuid,',',CreditLine/10000,',',AvailableFunds/10000,',',LockedFunds/10000) from KyPayAccounts where CreditLine0; EOF $ cat t1.sh mysql -h 172.24.0.22
查看详情