0
我想檢查Mysql,如果有3個表存在,但不知何故,這不適用於多個表1?我如何檢查3張表是否存在?檢查是否存在多個mysql表
Select count(*) From information_schema.tables
where table_schema = 'userbook' and table_name = 'entry'
and table_name = 'stats' and table_name = 'user';
我與MySQL連接器和微軟的Visual Studio 2012