CASSANDRA-12989: Fix documentation for now()

Patch by  Edward Capriolo; Reviewed by Jeff Jirsa for CASSANDRA-12989
This commit is contained in:
Edward Capriolo 2016-12-03 11:41:04 -05:00 committed by Jeff Jirsa
parent adbb7ec4d5
commit d10d5caa3d
1 changed files with 2 additions and 2 deletions

View File

@ -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()