MySQL:是否可以通过使用不同的密钥引用另一个表来更新一个表中的两个字段?

时间:2016-03-10 19:18:54

标签: mysql

MySQL Referencing Another Table

我希望我的<script type="text/javascript"> jQuery(function() { jQuery('.ui-datatable tbody').sortable(); }); </script> 表在从该表中查询记录时动态更新其user_commentsshow_name字段。 location_name表中的location_id不是唯一的,但user_comments表中id是唯一的。

我不想填充表格。我只想在查询中填写字段。

感谢!!!

1 个答案:

答案 0 :(得分:-1)

mysql触发器可以帮助您

参考链接http://www.mysqltutorial.org/create-the-first-trigger-in-mysql.aspx

您也可以使用代码手动执行此操作。更新位置表时,您可以运行查询以更新评论表以及引用相同的 id