Skip to content

Instantly share code, notes, and snippets.

@meanother
Created October 14, 2021 19:19
Show Gist options
  • Save meanother/bfae7402d5675defe912c685ded13813 to your computer and use it in GitHub Desktop.
Save meanother/bfae7402d5675defe912c685ded13813 to your computer and use it in GitHub Desktop.
select
avg(score) as avg_valie, median(score) as median_value
from
home.dt_banki_responses
where
date(create_dt) >= '2021-01-01';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment