Skip to content

Commit

Permalink
Update R__update-insert-complaint-from-staging.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Sep 20, 2024
1 parent a2671b4 commit 036f2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ OR REPLACE FUNCTION public.insert_complaint_from_staging (_complaint_identifier
_webeoc_cos_area_community := complaint_data ->> 'cos_area_community';
_webeoc_cos_reffered_by_lst := complaint_data ->> 'cos_reffered_by_lst';
_cos_reffered_by_txt := left(complaint_data ->> '_cos_reffered_by_txt',120);
_webeoc_identifier := complaint_data ->> 'webeoc_identifier';

SELECT *
FROM PUBLIC.insert_and_return_code( _webeoc_cos_reffered_by_lst, 'reprtdbycd' )
INTO _cos_reffered_by_lst;
Expand Down

0 comments on commit 036f2b8

Please sign in to comment.