Synchronization code

This commit is contained in:
sunkaixuan 2023-08-02 15:52:28 +08:00
parent 0759fcc7fa
commit 06b4832274

View File

@ -59,7 +59,7 @@ namespace SqlSugar
{
get
{
return "select count(1) from user_ind_columns where index_name=('{0}')";
return "select count(1) from user_ind_columns where upper(index_name)=upper('{0}')";
}
}
protected override string CreateIndexSql