GBase 8s
运维管理
文章
查询启用约束
GBase社区管理员发表于2024-01-30 16:22:2227次浏览2个评论
启用被禁用约束的表:
select distinct "set constraints for "||tabname||" enabled;" from systables t,sysobjstate s where state ='D' and t.tabid=s.tabid;
热门帖子
- 12025-12-01浏览数:182762
- 22023-05-09浏览数:25056
- 42023-09-25浏览数:18525
- 52020-05-11浏览数:17528