重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

表和列的comments的用法是什么-创新互联

本篇文章为大家展示了表和列的comments的用法是什么,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。

创新互联公司专注于企业网络营销推广、网站重做改版、巴中网站定制设计、自适应品牌网站建设、H5响应式网站商城网站制作、集团公司官网建设、成都外贸网站制作、高端网站制作、响应式网页设计等建站业务,价格优惠性价比高,为巴中等各大城市提供网站开发制作服务。

-- Add comments to the table
comment on table EMP
  is 'Employee';

-- Add comments to the columns
comment on column emp.mgr
  is 'Manager';

-- Retrieving Table Comments
SELECT *
FROM user_tab_comments
WHERE table_name = 'EMP';

-- Retrieving Column Comments
SELECT *
FROM user_col_comments
WHERE table_name = 'EMP';

-- delete comments to table, only set the value null
comment on table EMP
  is '';

-- delete comments to column, only set the value null
comment on column emp.mgr
  is '';

上述内容就是表和列的comments的用法是什么,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注创新互联-成都网站建设公司行业资讯频道。


分享标题:表和列的comments的用法是什么-创新互联
URL分享:http://cqcxhl.cn/article/ccspjh.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP