求助! mysql日期分组
											问题 mysql中 想按天统计当日用户做到这种结果
 
					
				
			而我却是
 
					
				
			select register_time as'日期',
count(DISTINCT user_id)
from 2tap_fun_test
GROUP BY
register_time
 
					
				
			 
					
				
			 2019-03-12 11:32
	    2019-03-12 11:32
   2019-03-22 16:10
	    2019-03-22 16:10
   2020-06-13 14:42
	    2020-06-13 14:42