摘要: import java.text.SimpleDateFormat;import java.util.Date;public class test { public static void main(String []aa){ SimpleDateFormat dateformat1=new Sim 阅读全文
posted @ 2018-01-26 15:22 玉楼春秋 阅读(3585) 评论(0) 推荐(0)
摘要: select tt.rowno from( select (@rownum:=@rownum+1) as rowno, t.id from news t ,(select (@rownum :=0) ) b where .....) tt where tt.id=503 阅读全文
posted @ 2018-01-26 08:51 玉楼春秋 阅读(2249) 评论(0) 推荐(0)