calc status cannot be null due to inclusion in where clause
This commit is contained in:
parent
ad8639a4c8
commit
d968237ea7
@ -352,8 +352,8 @@ SELECT
|
|||||||
,0::numeric fb_cst_loc_fut
|
,0::numeric fb_cst_loc_fut
|
||||||
,mxm.amount*mxm.momix*jr.mix fb_val_loc --history value
|
,mxm.amount*mxm.momix*jr.mix fb_val_loc --history value
|
||||||
,0::numeric fb_val_loc_pl
|
,0::numeric fb_val_loc_pl
|
||||||
,null::text calc_status
|
,''::text calc_status
|
||||||
,null::text flag
|
,''::text flag
|
||||||
,make_date(mxm.yr + 2020,mxm.cal,mxm.odom) orderdate
|
,make_date(mxm.yr + 2020,mxm.cal,mxm.odom) orderdate
|
||||||
,make_date(mxm.yr + 2020,mxm.cal,mxm.odom) + rlag requestdate
|
,make_date(mxm.yr + 2020,mxm.cal,mxm.odom) + rlag requestdate
|
||||||
,make_date(mxm.yr + 2020,mxm.cal,mxm.odom) + rlag + slag shipdate
|
,make_date(mxm.yr + 2020,mxm.cal,mxm.odom) + rlag + slag shipdate
|
||||||
|
Loading…
Reference in New Issue
Block a user