摘要:
-- kuaishou_callback_externalstore 从mysql导入的表 * and clientId: 32 and action:PLAY | select createDate, count(DISTINCT(openId)) uv, count(openId) pv fro 阅读全文
posted @ 2023-04-04 15:28
变换
阅读(451)
评论(0)
推荐(0)
摘要:
很多时候都存了当前时间,没有单独存日期这个函数。查询按天查询的时候,需要转换成日期。 select DATE_FORMAT(create_time, "%Y-%m-%d") as day, count(DISTINCT(product_user_id)) as uv, count(product_u 阅读全文
posted @ 2023-04-04 11:55
变换
阅读(136)
评论(0)
推荐(0)