Update gbase

This commit is contained in:
sunkaixuan
2024-06-03 17:05:05 +08:00
parent 0e34935762
commit 5c2f797bbf

View File

@@ -212,7 +212,7 @@ where a.tabtype in ('V') and not (a.tabname like 'sys%') AND a.tabname <>'dual'
{
get
{
return "COMMENT ON {0} IS '{1}';";
return "COMMENT ON TABLE {0} IS '{1}';";
}
}
@@ -220,7 +220,7 @@ where a.tabtype in ('V') and not (a.tabname like 'sys%') AND a.tabname <>'dual'
{
get
{
return "COMMENT ON {0} IS '';";
return "COMMENT ON TABLE {0} IS '';";
}
}