mirror of
https://github.com/olehomelchenko/econ250_2025.git
synced 2025-12-21 21:22:26 +00:00
7 lines
115 B
SQL
7 lines
115 B
SQL
|
|
-- Use the `ref` function to select from other models
|
|
|
|
select *
|
|
from {{ ref('my_first_dbt_model') }}
|
|
where id = 1
|