This website requires JavaScript.
Explore
Help
Sign In
rilla
/
dayrize-usecase
Watch
1
Star
0
Fork
You've already forked dayrize-usecase
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d97fb6456a
dayrize-usecase
/
dbt
/
models
/
origin_lookup.sql
6 lines
112 B
SQL
Raw
Blame
History
SELECT
*
FROM
(
VALUES
(
'
usa
'
,
1
)
,
(
'
imported
'
,
0
)
,
(
'
mixed
'
,
0
.
5
)
)
AS
origin_lookup
(
origin
,
score
)
Reference in New Issue
View Git Blame
Copy Permalink