DB/Postgresql
postgres의 문자열 컬럼을 json으로 파싱 후 이용하는 형태
fabxoe
2020. 6. 17. 15:09
update aiops_train_history set inst_type = (
cast(request as json)->>'inst_type'
)
where "module" = 'exem_imxa_lngtrm_fcst';