How can I get current systime on Cassandra using DevCenter.
SQL: select SYSTIMESTAMP from dual;
CQL: ?
Try this
SELECT now() FROM system.local;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With