mirror of https://github.com/apache/cassandra
CASSANDRA-12989: Fix documentation for now()
Patch by Edward Capriolo; Reviewed by Jeff Jirsa for CASSANDRA-12989
This commit is contained in:
parent
adbb7ec4d5
commit
d10d5caa3d
|
|
@ -135,8 +135,8 @@ Timeuuid functions
|
|||
``now``
|
||||
#######
|
||||
|
||||
The ``now`` function takes no arguments and generates, on the coordinator node, a new unique timeuuid (at the time where
|
||||
the statement using it is executed). Note that this method is useful for insertion but is largely non-sensical in
|
||||
The ``now`` function takes no arguments and generates, on the coordinator node, a new unique timeuuid at the
|
||||
time the function is invoked. Note that this method is useful for insertion but is largely non-sensical in
|
||||
``WHERE`` clauses. For instance, a query of the form::
|
||||
|
||||
SELECT * FROM myTable WHERE t = now()
|
||||
|
|
|
|||
Loading…
Reference in New Issue