03 2016 档案
oracle去掉重复记录语句
摘要:oracle去掉重复记录语句 比如现在有一人员表 (表名:peosons) 若想将姓名、身份证号、住址这三个字段完全相同的记录查询出来 select p1.* from persons p1,persons p2 where p1.id<>p2.id and p1.cardid = p2.cardi 阅读全文
posted @ 2016-03-23 17:17 死神的遗迹 阅读(1447) 评论(0) 推荐(0) 编辑
oracle分页查询sql
摘要:select * from( select shopid,rownum rn from p_shopinfo where is_hot=1 and rownum <=6 order by shopid desc) where rn>3 阅读全文
posted @ 2016-03-21 13:19 死神的遗迹 阅读(98) 评论(0) 推荐(0) 编辑
上传控件伪点击
摘要:<html> <input type="text" size="20" name="upfile" id="upfile" style="border:1px dotted #ccc"> <input type="button" value="" onclick="file1.click()" st 阅读全文
posted @ 2016-03-11 17:26 死神的遗迹 阅读(116) 评论(0) 推荐(0) 编辑


点击右上角即可分享
微信分享提示