We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b6328 commit 3c91000Copy full SHA for 3c91000
mimic-iv/buildmimic/athena/schema.sql
@@ -89,7 +89,7 @@ CREATE EXTERNAL TABLE `mimiciv_csv`.`chartevents`(
89
`charttime` string,
90
`storetime` string,
91
`itemid` bigint,
92
- `value` double,
+ `value` VARCHAR(200),
93
`valuenum` double,
94
`valueuom` string,
95
`warning` bigint)
@@ -539,7 +539,7 @@ CREATE EXTERNAL TABLE `mimiciv_csv`.`labevents`(
539
540
541
542
543
544
545
`ref_range_lower` double,
0 commit comments