dongshi1606 2017-11-29 06:48
浏览 88

在删除行之前选择字段值

The following are my table fields:

pk_stu_sub_id | fk_stu_class_id | fk_class_sub_id | fk_user_id | timestamp

What I need to do is delete the row when pk_stu_sub_id = (variable) but get the value of fk_stu_class_id before deleting it. I need to write PHP code for this.

Is it possible to do this? If so, then how?

  • 写回答

2条回答 默认 最新

  • doupeizheng3918 2017-11-29 06:55
    关注

    you can create a trigger on your table that when delete each row, trigger will fire and save fk_stu_class_id in another table For more about triggers see: http://dev.mysql.com/doc/refman/5.1/en/triggers.html

    评论

报告相同问题?

悬赏问题

  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构
  • ¥15 python按要求编写程序