mysql中导出数据到文件中
mysql -hrm-xxxxx.aliyuncs.com -uuser -pasbsdfe mnt -e "select distinct device_id from t_report_sleepingdevice_before7d where statistics_day = '2019-03-13'" > abc.sql
微信扫一扫
mysql -hrm-xxxxx.aliyuncs.com -uuser -pasbsdfe mnt -e "select distinct device_id from t_report_sleepingdevice_before7d where statistics_day = '2019-03-13'" > abc.sql
相关推荐