bi_dosv_inventory_c2db/sql/valid_data_exists.sql
Marvin Vallecillo bd0eef8998 primer commit
2024-04-11 02:24:26 -06:00

8 lines
121 B
SQL

select
1 value
from
bi.daily_inventory
where
date(created_dt) = '{date}'
and code2 = '{code}'
limit 1