Update gbase 8s

This commit is contained in:
sunkaixuan 2025-03-18 19:08:11 +08:00
parent 15a2849b59
commit d41dd82a81

View File

@ -260,7 +260,7 @@ where a.tabtype in ('V') and not (a.tabname like 'sys%') AND a.tabname <>'dual'
{
get
{
return "select count(*) from sys.indexes where name='{0}'";
return "select count(*) from sysindexes where idxname ='{0}'";
}
}
#endregion