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.
mimiciv_core
1 parent f56a97c commit 03107d4Copy full SHA for 03107d4
mimic-iv/concepts_postgres/postgres-functions.sql
@@ -3,7 +3,7 @@
3
-- ???(column) -> PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY column) (not sure how to do median in BQ)
4
5
-- Set the search_path so all functions are generated on the mimiciv_derived schema
6
-SET search_path TO mimiciv_derived, mimiciv_core, mimiciv_hosp, mimiciv_icu, mimiciv_ed;
+SET search_path TO mimiciv_derived, mimiciv_hosp, mimiciv_icu, mimiciv_ed;
7
8
CREATE OR REPLACE FUNCTION REGEXP_EXTRACT(str TEXT, pattern TEXT) RETURNS TEXT AS $$
9
BEGIN
0 commit comments