为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】: 【操作系统】: 【CPU】: 【问题描述】*:
如下这张表,如果生成视图:包括姓名、姓名某天出现的次数、时间
select name,round(TIME-0.5) ,count(*) from 表名 group by name,round(TIME-0.5);
这样吗
select name,round(TIME-0.5) ,count(*) from 表名 group by name,round(TIME-0.5);