Skip to content

Commit 2e070ad

Browse files
committed
bug fix missing ) on MIN(clae.clae_cla_episode_ceased_reason)
1 parent 02f0399 commit 2e070ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql_json_query/populate_ssd_api_data_staging_2016.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ RawPayloads AS (
516516
23
517517
) AS [end_date], -- 42
518518

519-
MIN(clae.clae_cla_episode_ceased_reason AS [end_reason], -- 43
519+
MIN(clae.clae_cla_episode_ceased_reason) AS [end_reason], -- 43
520520
clap.clap_cla_placement_change_reason AS [change_reason], -- 44
521521
CAST(0 AS bit) AS [purge]
522522
FROM ssd_cla_episodes clae

0 commit comments

Comments
 (0)