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
执行完删除操作后,进行单子表查询的时候不会出现已删除数据,但是当通过超级表查询多子表的时候会出现已经删除过的数据。 超级表vibration_ts,标签列为:data_type、sensor_id。
The text was updated successfully, but these errors were encountered:
无问题sql: select * from vibration_ts where sensor_id in (821); 有问题sql: select * from vibration_ts where sensor_id in (821,839);
Sorry, something went wrong.
该问题已经在最新版3.3.3.0修复,麻烦升级验证,如果验证遇到问题,请联系a1565223354
No branches or pull requests
执行完删除操作后,进行单子表查询的时候不会出现已删除数据,但是当通过超级表查询多子表的时候会出现已经删除过的数据。
超级表vibration_ts,标签列为:data_type、sensor_id。
The text was updated successfully, but these errors were encountered: