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.
感谢USE 'db_name'我可以选择 MySQL 默认数据库。
USE 'db_name'
但我不知道如何取消选择默认数据库。因此,该DATABASE()语句 return none。
DATABASE()
none
您必须以编程方式自定义构造函数,其中默认构造函数初始化您的默认数据库,而您的参数构造函数则获取自定义数据库。
使用存储过程。