implydata/plyql

plyql not supporting FROM_UNIXTIME

fedecasanova72 opened this issue · 2 comments

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!

It will be added.

Added as part of plyql 0.8.8

try:

plyql -h 192.168.99.100 -o json -q 'SELECT FROM_UNIXTIME(1447430881) AS T'