我有两个表,一个是feestructure
,第二个是feedetails
feedetails
将feestructure
表ID作为外键和一个amount
字段
所以我的问题是当我在feedetails
中输入重复的外键以及amount
字段中的任何值时,应计算相应amount
和的重复ID的数量,并且amount
的总和应显示在amount
表的feestructure
字段中。
我在项目中使用spring,hibernate和MySQL。
答案 0 :(得分:0)
我不知道为什么当您可以从简单的feedetails
查询派生feestructure
时,需要存储GROUP
的总TRIGGER
。但是,如果您有这样的理由,可以尝试使用feedetails
来处理{{1}}表中的插入过程。
此链接可能有助于Before insert trigger