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,
|
created_dt,
|
||||||
tenant_id,
|
tenant_id,
|
||||||
code,
|
code,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
select
|
select
|
||||||
1 value
|
1 value
|
||||||
from
|
from
|
||||||
bi.daily_inventory
|
daily_inventory
|
||||||
where
|
where
|
||||||
created_dt = STR_TO_DATE('{date}', '%Y-%m-%d')
|
created_dt = STR_TO_DATE('{date}', '%Y-%m-%d')
|
||||||
and code = '{code}'
|
and code = '{code}'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user