본문 바로가기
DB/Postgresql

postgres의 문자열 컬럼을 json으로 파싱 후 이용하는 형태

by fabxoe 2020. 6. 17.

update aiops_train_history set inst_type = (
cast(request as json)->>'inst_type'

where "module" = 'exem_imxa_lngtrm_fcst';

댓글