Skip to content

Commit

Permalink
removed empty values from completeness analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
fdefalco committed Sep 4, 2024
1 parent d519971 commit 50cdb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/sql/sql_server/analyses/1900.sql
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ cnt as count_value
select 'death' as table_name, 'cause_source_value' as column_name, cause_source_value as source_value, count_big(*) as cnt from @cdmDatabaseSchema.death where cause_concept_id = 0 group by cause_source_value
) a
where cnt >= 1
and len(source_value) > 0
;

0 comments on commit 50cdb22

Please sign in to comment.