Guest User

Untitled

a guest
Jan 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. SELECT
  2. id as id,
  3. deviceId as deviceId,
  4. username as username,
  5. cast(localtime as datetime) as localtime,
  6. AC as AC, FM as FM, UC as UC,
  7. DL as DL, DS as DS, DP as DP,
  8. LB as LB, ASTV as ASTV, MSTV as MSTV
  9. FROM
  10. iot
Add Comment
Please, Sign In to add comment