Update mysql

This commit is contained in:
sunkaixuan 2024-03-01 11:31:26 +08:00
parent 27dfcbb668
commit 2154ea96f3

View File

@ -169,7 +169,7 @@ namespace SqlSugar
{ {
get get
{ {
return "select 1 from Information_schema.columns limit 0,1"; return "select 1 from Information_schema.columns where TABLE_SCHEMA=(select database()) limit 0,1";
} }
} }
#endregion #endregion