Count average length of observation period in month. Input: <None>
Sample query run: The following is a sample run of the query. Oracle: SELECT avg( months_between( observation_period_end_date , observation_period_start_date ) ) AS num_months FROM observation_period;RedShift:
Output:Output field list:
Sample output record:
|
Observation Period >