sql2005定义视图用了with check option,为什么还能插入??

createviewcus_view2asselectcustomerid,companyname,address,cityfromcustomerswithchecko... create view cus_view2 as select customerid,companyname,address,city from customers
with check option
insert into cus_view2 values( 'Abc','Cfde','BJHH6','Vhghd23')
create view cus_view3 as select customerid,companyname,address,city from customers with check option ----t cus_view3 t customers
insert into cus_view2 values( 'Abcd','Cfde','BJHH6','Vhghd23') ----t cus_view2 t customers

----------------------------------
展开
 我来答
chen_hongyang
2014-09-02 · TA获得超过5447个赞
知道大有可为答主
回答量:2790
采纳率:91%
帮助的人:875万
展开全部
对于没有where 子句的视图,使用with check option是多余的。所以你要把语句改成:
create view cus_view2 as select customerid,companyname,address,city from customers where 1=1
with check option
试试
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式