Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在批处理文件中运行 SQL 语句,而不读取文本文件中的语句?
mysql -uUSERNAME -pPASSWORD db_name -e "SELECT whatever FROM table ..."