mysql -u xxx -p xxx -h xxxx databeseName -e 'show tables;' | sed 's/\t/,/g' > aa.csv

 

 

win -e 'SELECT * from t_share_template;' | sed 's/\t/,/g' > aa.csv

相关文章:

  • 2021-07-14
  • 2021-11-23
  • 2021-08-02
  • 2021-06-04
猜你喜欢
  • 2021-12-14
  • 2021-06-22
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2021-07-13
相关资源
相似解决方案