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;


 

评论

登录后才可以发表评论
用户头像
levvel发表于 8个月前
评论是一种尊重
用户头像
levvel发表于 2个月前
给你点个赞