摘要:
使用如下SQL语句查询出表中外键约束名称:1 select name 2 from sys.foreign_key_columns f join sys.objects o on f.constraint_object_id=o.object_id 3 where f.parent_object... 阅读全文
posted @ 2015-03-03 09:22
程序员徐坤
阅读(3173)
评论(0)
推荐(0)
浙公网安备 33010602011771号