Skip to content

Commit

Permalink
Merge pull request #152 from OHDSI/blacketer_updates
Browse files Browse the repository at this point in the history
Fixes #151, reverting back to prior sql
  • Loading branch information
clairblacketer committed Jun 30, 2020
2 parents 7c7a547 + 331b504 commit 09cc3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/sql/sql_server/field_cdm_field.sql
Expand Up @@ -18,7 +18,7 @@ FROM
select num_violated_rows from
(
select
case when count_big("@cdmFieldName") > 1 then 1
case when count_big("@cdmFieldName") = 0 then 0
else 0
end as num_violated_rows
from @cdmDatabaseSchema.@cdmTableName cdmTable
Expand Down

0 comments on commit 09cc3d6

Please sign in to comment.