728x90 SQL/Oracle34 oracle sql 문자 바꾸기 replace함수 oracle sql 문자 바꾸기 replace함수 select replace(msg,'#','■')from member replace(컬럼명,현재문자,바꿀문자) 로 사용하면 됩니다. 2020. 8. 14. Oracle 컬럼 속성 변경 하기 *not null설정alter table 테이블명 modify (컬럼명 not null); * 컬럼길이 수정alter table 테이블명 modify(컬럼명 컬럼타입(길이)); 2020. 7. 19. DB link 시퀀스 까지 가져오기 schema.sequence.nextval@dblink schema.sequence.currval@dblink 사용자명.시퀀스명.nextval@DB링크 명으로 하면 됩니다. 2020. 7. 7. php oracle 한글깨짐 현상 정리 php oracle 한글깨짐 현상 케릭터셋 변경 UTF-8 문자셋 일 경우 $conn = @oci_connect($dbuser,$dbpass,$dbsid,'AL32UTF8'); EUC-KR 문자셋 일 경우 $conn = @oci_connect($dbuser,$dbpass,$dbsid,'KO16MSWIN949'); 2020. 3. 10. 이전 1 2 3 4 5 6 ··· 9 다음 728x90