plyql not supporting FROM_UNIXTIME
fedecasanova72 opened this issue · 2 comments
fedecasanova72 commented
Hi there!
I'm trying to do a WHERE __time BETWEEN FROM_UNIXTIME() AND FROM_UNIXTIME() query, but plyql is complaining.
Are you planning to add it? Is there a workaround to work with UNIX timestamps?
Thanks!
vogievetsky commented
It will be added.
vogievetsky commented
Added as part of plyql 0.8.8
try:
plyql -h 192.168.99.100 -o json -q 'SELECT FROM_UNIXTIME(1447430881) AS T'