【MySQL】命令行執行sql,去除字段名

mysql的-e選項可讓咱們在命令行下執行sql:html /bin/mysql -h localhost -u {user_name} -p{password} -P 3308 {db_name} -e "select id from {table_name} where uid=1;" +-------+ | id    | +-------+ | 10162 | | 10151 | | 10
相關文章
相關標籤/搜索