2020年11月4日
摘要: select t.* from tablename t inner join (select t.xxx, max(DATE_TIME) date_time from tablename1 t group by t.xxx) n on t.xxx = n.xxx and t.date_time = 阅读全文
posted @ 2020-11-04 14:52 Apeak 阅读(343) 评论(0) 推荐(0)