mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update 达梦
This commit is contained in:
parent
6f01050e17
commit
051a314b57
@ -55,7 +55,7 @@ AND a.table_name!='SQLPLUS_PRODUCT_PROFILE'";
|
||||
{
|
||||
get
|
||||
{
|
||||
return "select count(1) from user_ind_columns where upper(index_name)=upper('{0}')";
|
||||
return "select count(1) from USER_INDEXES where upper(index_name)=upper('{0}') and table_owner=SF_GET_SCHEMA_NAME_BY_ID(CURRENT_SCHID)";
|
||||
}
|
||||
}
|
||||
protected override string CreateIndexSql
|
||||
|
Loading…
Reference in New Issue
Block a user