1.在创建触发器的时候,语句中避免在一个select语句查询多个列,例如使用select a,b from table,应该分开使用select语句, 例如select a from table  select b from table

posted on 2014-08-19 12:58  和硕亲王  阅读(161)  评论(0编辑  收藏  举报