Files

10 lines
223 B
MySQL
Raw Permalink Normal View History

-- Mart: Deprivation index — one row per URN
-- The IDACI tap already resolves postcode → LSOA → IoD2019 score per school.
select
urn,
lsoa_code,
idaci_score,
idaci_decile
from {{ ref('stg_idaci') }}