CONSTRAINT_VIOLATION:注入的投影分区列 id 必须在 WHERE 子句中仅具有(且至少一个)相等条件

发布于 2025-01-13 09:40:50 字数 249 浏览 0 评论 0原文

执行此查询但出现 CONSTRAINT_VIOLATION。

投影分区应用于id和日期。

select * from thermostat_device_telemetry_stats
where id like 'node%'
and "date" = '2022/03/08'

是否有可能在不将投影分区列放入where子句中的情况下获取所有记录?

Executing this query but having CONSTRAINT_VIOLATION.

Projection partition applied on id and date.

select * from thermostat_device_telemetry_stats
where id like 'node%'
and "date" = '2022/03/08'

Is there any possibility we can get all records without put projection partition column in where clause?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文