标签:数据库 where
mysqldump -uroot -p123456 meteo sdata --where=" sensorid=11 and fieldid=0" > /home/xyx/Temp.sql
本文出自 “自动化rolin” 博客,请务必保留此出处http://luoguoling.blog.51cto.com/1568501/1901957
导出一个数据库中的表中的某一条数据
原文地址:http://luoguoling.blog.51cto.com/1568501/1901957