首页
诗词
字典
板报
句子
名言
友答
励志
学校
网站地图
Java Web开发
Java Web开发
J2EE开发
J2SE开发
J2ME开发
Java面试
Java相关
Eclipse开发
Java Exception
当前位置:
首页
>
教程频道
>
JAVA
>
Java Web开发
>
求好手给条sql 啊
2012-07-31
求高手给条sql 啊!!!!!!有以上数据,要求返回 根据coupon_xuhao字段 最新的一条记录即:[解决办法]探讨SQL c
求高手给条sql 啊!!!!!!
有以上数据,要求返回 根据coupon_xuhao字段 最新的一条记录
即:
[解决办法]
探讨
SQL code
select * from xxx x1 where coupon_date = (select max(coupon_date) from xxx x2 where x1.coupon_id = x2.coupon_id group by coupon_xuhao );
[解决办法]
where x1.coupon_xuhao = x2.coupon_xuhao group by coupon_xuhao
明显这个group by 是没用的。
查看更多
下一篇
本文网址:
https://www.reader8.com/jiaocheng/20120731/1504025.html
读书人精选
热点排行
hibernate oracle 主键自增长有关问题
paoding分词 怎么按照自己的想法定义词典
ftl freemarker 空值如何判断 escape没多
js 计算时间解决方法
jsp连接oracle老是报错,该如何处理
webservice返回xml如何写
100分WEB Service 非string数据类型总是
火狐浏览器不能正常运行,谷歌和IE都可以
Struts1.3中大局跳转求解
哪位高手用过Jqgrid表格插件帮忙看看