上一页 1 ··· 3 4 5 6 7
摘要: CREATE TABLE `grade` ( `studyCode` varchar(20) NOT NULL DEFAULT '' COMMENT '学号', `subjectS` varchar(20) NOT NULL, `score` int(20) NOT NULL ) ENGINE=In 阅读全文
posted @ 2017-08-01 14:06 魔杰Lee 阅读(47423) 评论(0) 推荐(2)
摘要: 1-如何根据时间取出最新的数据记录 例子:table1 :userCode name datetime107 tom 2017/6/21 22:34 107 tom 2017/6/24 10:21 107 tom 2017/12/7 10:45 107 tom 2017/1/15 14:01 107 阅读全文
posted @ 2017-07-26 11:54 魔杰Lee 阅读(23295) 评论(1) 推荐(1)
上一页 1 ··· 3 4 5 6 7