move table from bi to afoodhprod
This commit is contained in:
parent
277e3089a9
commit
00d0ddbd51
@ -1,4 +1,4 @@
|
||||
insert into bi.daily_inventory(
|
||||
insert into daily_inventory(
|
||||
created_dt,
|
||||
tenant_id,
|
||||
code,
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
select
|
||||
1 value
|
||||
from
|
||||
bi.daily_inventory
|
||||
daily_inventory
|
||||
where
|
||||
created_dt = STR_TO_DATE('{date}', '%Y-%m-%d')
|
||||
and code = '{code}'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user