How do I find a default constraint using INFORMATION_SCHEMA?

前端 未结 14 820
猫巷女王i
猫巷女王i 2020-12-04 13:40

I\'m trying to test if a given default constraint exists. I don\'t want to use the sysobjects table, but the more standard INFORMATION_SCHEMA.

I\'ve used this to che

14条回答
提交回复
热议问题