hibernate
文章平均质量分 72
hancongjuan2010
这个作者很懒,什么都没留下…
展开
-
Batch update returned unexpected row count from update [0]; actual row count: 0
把发开过程中碰到的BUG累积下来也是一笔财富。 网络收集: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 不注意的话,还真的有点无所适从,Batch update returned unexpected row count from update ...原创 2012-06-07 19:37:13 · 162 阅读 · 0 评论 -
关于MYSQL中每个用户取1条记录的问题(group by xxx)
昨天遇到一个问题,视频浏览历史记录,数据因需要客服统计视频播放量、播放时长以及各分类的喜好度所以播放信息要尽量的完整,但客户看到的历史又不能重复,且展示的是最后一次播放的时长以便继续观看。 数据展示如下: 进行正常的排序分组执行sql语句: select vpl.user_id, vc.cat_name, v.id as videoId, v.video_name as vid...原创 2017-03-21 12:04:02 · 723 阅读 · 0 评论