strip codes from full description fields
This commit is contained in:
parent
eaf91fbacf
commit
19592685d3
@ -34,11 +34,11 @@ SELECT
|
|||||||
,NULL::text
|
,NULL::text
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,bill_class
|
,bill_class
|
||||||
,bill_cust
|
,substring(bill_cust,1,8)
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,ship_class
|
,ship_class
|
||||||
,ship_cust
|
,substring(ship_cust,1,8)
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,NULL::text
|
,NULL::text
|
||||||
@ -58,19 +58,19 @@ SELECT
|
|||||||
,dest_post
|
,dest_post
|
||||||
,part
|
,part
|
||||||
,mold
|
,mold
|
||||||
,colcd
|
,substring(colcd,1,3)
|
||||||
,colgrp
|
,colgrp
|
||||||
,coltierd
|
,substring(coltierd,1,1)
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,sizc
|
,sizc
|
||||||
,uomp
|
,uomp
|
||||||
,suffixd
|
,substring(suffixd,1,position(' -' IN suffixd))
|
||||||
,accs_ps
|
,accs_ps
|
||||||
,brnd
|
,brnd
|
||||||
,majgd
|
,substring(majgd,1,3)
|
||||||
,mingd
|
,substring(mingd,1,3)
|
||||||
,majsd
|
,substring(majsd,1,3)
|
||||||
,minsd
|
,substring(minsd,1,3)
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,NULL::text
|
,NULL::text
|
||||||
,glec
|
,glec
|
||||||
|
Loading…
Reference in New Issue
Block a user