table_schema=database()
时间: 2023-09-08 12:15:21 浏览: 70
使用information_schema.tables查询数据库和数据表信息1
This is not a valid syntax in any programming language or database management system.
However, if you were trying to retrieve the name of the current database in MySQL, the correct syntax would be:
```
SELECT DATABASE();
```
This will return the name of the current database in use.
阅读全文