我希望我的<script type="text/javascript">
jQuery(function() {
jQuery('.ui-datatable tbody').sortable();
});
</script>
表在从该表中查询记录时动态更新其user_comments
和show_name
字段。 location_name
表中的location_id
不是唯一的,但user_comments
表中id
是唯一的。
我不想填充表格。我只想在查询中填写字段。
感谢!!!
答案 0 :(得分:-1)
mysql触发器可以帮助您
参考链接http://www.mysqltutorial.org/create-the-first-trigger-in-mysql.aspx
您也可以使用代码手动执行此操作。更新位置表时,您可以运行查询以更新评论表以及引用相同的 id