CONSTRAINT_VIOLATION:注入的投影分区列 id 必须在 WHERE 子句中仅具有(且至少一个)相等条件
执行此查询但出现 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论