Home > Database > Mysql Tutorial > body text

记一次SQL Server Insert触发器编写过程

WBOY
Release: 2016-06-07 17:37:45
Original
1117 people have browsed it

实现功能:新增特定类型的新闻时,自动追加特定的背景图片。 第一版(错误信息: 不能在 'inserted' 表和 'deleted' 表中使用 text、ntext 或 image 列 ),代码如下: (, ) ) drop trigger tgr_news_QA_insert tgr_news_QA_insert on news , ; id, , @newstyp

实现功能:新增特定类型的新闻时,,自动追加特定的背景图片。

第一版(错误信息:不能在 'inserted' 表和 'deleted' 表中使用 text、ntext 或 image 列),代码如下:

(, ) ) drop trigger tgr_news_QA_insert tgr_news_QA_insert on news , ; id, , @newstype = newstype from inserted news id

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!