Same output Kurt, [cqlsh 5.0.1 | Cassandra 3.0.10.1443 | DSE 5.0.4 | CQL spec 3.4.0 | Native protocol v4] Use HELP for help. cqlsh> select a, writetime(b) from test.t;
a | writetime(b) ---+------------------ z | null a | null c | null e | null r | null d | 1500400745074499 w | 1500400745074499 v | 1500400745074499 t | 1500400745074499 x | 1500400626266371 > On Jul 18, 2017, at 4:41 PM, kurt greaves <k...@instaclustr.com> wrote: > > select a, writetime(b) from test.t