Skip to content

Commit

Permalink
Merge pull request #157 from opensafely/evansd/t1oo-update
Browse files Browse the repository at this point in the history
Update T1OO table name
  • Loading branch information
iaindillingham authored Aug 20, 2024
2 parents a913c49 + 90c898a commit 501d79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/data_dictionary_query.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- We don't query either patient-level or event-level data, so we need not
-- exclude T1OOs using the PatientsWithTypeOneDissent table.
-- exclude T1OOs using the AllowedPatientsWithTypeOneDissent table.
SELECT
[Table],
Type,
Expand Down
2 changes: 1 addition & 1 deletion analysis/query.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- We don't query either patient-level or event-level data, so we need not
-- exclude T1OOs using the PatientsWithTypeOneDissent table.
-- exclude T1OOs using the AllowedPatientsWithTypeOneDissent table.
SELECT
IIF(LEN(DataSource) > 0, DataSource, 'Other') AS DataSource,
TableName,
Expand Down

0 comments on commit 501d79f

Please sign in to comment.