From 290fb0ddceba1713128e5733b871dd318eac3bbe Mon Sep 17 00:00:00 2001 From: Umar Khan Date: Wed, 30 Oct 2024 16:30:51 -0400 Subject: [PATCH] Update allo_gmv_with_ens.sql --- automations/queries/allo_gmv_with_ens.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automations/queries/allo_gmv_with_ens.sql b/automations/queries/allo_gmv_with_ens.sql index 25616a7..ffdcc44 100644 --- a/automations/queries/allo_gmv_with_ens.sql +++ b/automations/queries/allo_gmv_with_ens.sql @@ -164,4 +164,5 @@ SELECT FROM all_points ap LEFT JOIN "experimental_views"."ens_names_allo_donors_20241022231136" ens ON ap.address = ens.address -WHERE ap.address IS NOT NULL; \ No newline at end of file +WHERE ap.address IS NOT NULL +AND ap.gmv >= 0.5; \ No newline at end of file