Skip to content

Commit aada941

Browse files
authored
Update content.rst
1 parent 89b72d0 commit aada941

File tree

1 file changed

+1
-1
lines changed
  • v2.1/docs/reference_manual/operators/Time operators/Time aggregation

1 file changed

+1
-1
lines changed

v2.1/docs/reference_manual/operators/Time operators/Time aggregation/content.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Examples of valid syntaxes
2626
time_agg ( “A”, cast ( “2012Q1”, time_period , ”YYYY\Qq” ) )
2727
time_agg(“M”, cast (“2012-12-23”, date, “YYYY-MM-DD”) )
2828
time_agg(“M”, DS1)
29-
ds_2 := ds_1[calc Me1 := time_agg(“M”,Me1)]
29+
ds_2 := ds_1[calc Me1 := time_agg(“M”)]
3030

3131
------------------------------------
3232
Semantics for scalar operations

0 commit comments

Comments
 (0)