PgSql IsAnyIndex BUG

This commit is contained in:
SUNKAIXUAN 2021-04-15 20:24:30 +08:00
parent 5cb97c4446
commit 09e5b4ffb3

View File

@ -192,7 +192,7 @@ namespace SqlSugar
{
get
{
return " Select count(1) from (SELECT to_regclass('Index_UnitCodeTest1_Id_CreateDate') as c ) t where t.c is not null";
return " Select count(1) from (SELECT to_regclass('{0}') as c ) t where t.c is not null";
}
}