This commit is contained in:
Qiang Xue
2014-02-26 07:10:47 -05:00
parent f9648fed4e
commit c79d233ea4

View File

@@ -368,7 +368,7 @@ SQL;
}
$sql = <<<SQL
SELECT [t].[table]
SELECT [t].[table_name]
FROM [information_schema].[tables] AS [t]
WHERE [t].[table_schema] = :schema AND [t].[table_type] = 'BASE TABLE'
SQL;