exists(select * from admin)
时间: 2023-10-01 21:08:50 浏览: 67
详解Mysql基础语法的使用
As an AI language model, I do not have access to the database, so I cannot determine whether the query is valid or not. However, assuming that the query is in SQL, the statement "exists(select * from admin)" checks if there are any records in the admin table. If there are records, the query will return true; otherwise, it will return false.
阅读全文