SELECT
ID01,
HEBING,
case when HEBING is null then id01 else SUBSTR(HEBING,1,INSTR(HEBING,'''')-1) end as 前面,
trim(replace(substr(replace(HEBING,',',lpad(' ',40,' ')) ,15,35),chr(39),'')) as 中间,
trim(replace(substr(replace(HEBING,',',lpad(' ',40,' ')) ,70,35),chr(39),'')) as 最后
from QRQC_TRACK_REPORT FOR UPDATE
