Home > Backend Development > PHP Tutorial > 关于Mysql 触发器的有关问题!

关于Mysql 触发器的有关问题!

WBOY
Release: 2016-06-13 10:45:54
Original
895 people have browsed it

关于Mysql 触发器的问题!!
我 建立的触发器

在 insert A 表里的 时候,同时给 B表 添加 A 表相关字段的一些值, 

A 表里的 id 是 自动增长的,也是主键,

这个id 值 要放在B 表 的 lid 这个int 字段里,但是为什么其他字段都可以有值,而偏偏这个字段每次是 0?

------解决方案--------------------
MYSQL只做自己的事,别人的事,他管不了啊
就像和尚管不了尼姑啊
------解决方案--------------------
无论如何,你的mysql应该是php调用的吧
在调用的时候组装进查询串就好了嘛

注意过滤不安全因素就可以了

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