표이미지 원시데이터 insert 쿼리 » 이력 » 버전 1
김지영, 2023-07-18 07:50
| 1 | 1 | 김지영 | h1. 표이미지 원시데이터 insert 쿼리 |
|---|---|---|---|
| 2 | |||
| 3 | <pre> |
||
| 4 | insert into project_data( |
||
| 5 | project_id, data_status_ccd, data_dtl_status_ccd, final_check_ccd, stage_odr, inspect_odr, |
||
| 6 | file_nm, file_size, raw_path, raw_soruce, reg_dt, reg_id) |
||
| 7 | values(999, 'WAIT', 'WAIT', 'NONE', 1, 1, 'file_nm', '23555', '/data/...', 'row_source', now(), 'crawling'); |
||
| 8 | </pre> |