You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
库里面数据如下:

使用sql: select power_total , door_status from root.room where power_total = 0.09; 查不出来数据
使用sql: select power_total , door_status from root.room where door_status = 1; 能查出来数据
power_total是double类型
door_status是int类型
Beta Was this translation helpful? Give feedback.
All reactions