We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如下图,使用mysql的数据源。因为created_time查询出来后是str类型,不能作为日期范围的筛选条件,因此将其转为日期类型:
在可视化中开始分析,created_time虽然也显示出来,但是去掉了时间,因此此时的值是2021-08-04 00:00:00,并不是上图中展示的2021-08-04 16:48:26
在下面也可以得到验证: 将created_time的筛选条件设置为2021-08-04 00:00:00到2021-08-04 00:00:00,就可以查出来:
将created_time的筛选条件设置为2021-08-04 00:00:01到2021-08-04 23:59:00,就查不出来:
The text was updated successfully, but these errors were encountered:
xiaohuangdou666
No branches or pull requests
如下图,使用mysql的数据源。因为created_time查询出来后是str类型,不能作为日期范围的筛选条件,因此将其转为日期类型:
在可视化中开始分析,created_time虽然也显示出来,但是去掉了时间,因此此时的值是2021-08-04 00:00:00,并不是上图中展示的2021-08-04 16:48:26
在下面也可以得到验证:
将created_time的筛选条件设置为2021-08-04 00:00:00到2021-08-04 00:00:00,就可以查出来:
将created_time的筛选条件设置为2021-08-04 00:00:01到2021-08-04 23:59:00,就查不出来:
The text was updated successfully, but these errors were encountered: