Oracle 将 2021-09-16 00:00:00 转换成 2021-09 的 时间格式 不要字符串的格式?
to_date('2010/09/10 00:00:00','yyyy-mm-dd')
字符串格式的可以这样写 to_char(t.create_time, 'yyyy-mm'),