阅读背景:

如何在触发器中放置IF条件以计算列的值

来源:互联网 
CREATE TABLE IF NOT EXISTS `test` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ia_att` decimal(3,2) NULL,
  `t1` decimal(3,2) NULL,
  `t2` decimal(3,2) NULL,
  `t3` decimal(3,2) NULL,
  `ia_tot` decimal(3,2) NULL,
  .....
  .....
  PRIMARY KEY (`id`),
);   
CREATE TABLE IF NOT EXISTS `test` (
  `id` int(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: