Skip to content

Commit

Permalink
Added new datetime functions and aliases to PPL (#281)
Browse files Browse the repository at this point in the history
* Added new functions, and alias' to PPL

Signed-off-by: Matthew Wells <[email protected]>
  • Loading branch information
matthewryanwells committed Jul 11, 2023
1 parent 392a720 commit dbc24f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/user/ppl/functions/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,6 @@ Return type: INTEGER

Synonyms: `MONTH_OF_YEAR`_


Example::

os> source=people | eval `MONTH(DATE('2020-08-26'))` = MONTH(DATE('2020-08-26')) | fields `MONTH(DATE('2020-08-26'))`
Expand Down

0 comments on commit dbc24f8

Please sign in to comment.