Mysql 다른 Table로 데이타 복사
페이지 정보
작성자 관리자 작성일 20-09-18 09:51 조회 7,443 댓글 0본문
TableB --> TableA
Insert Into tablea (name, address) (select feld1, feld2 from tableb)
$sql = "Insert Into tablea (name, address) (select feld1, feld2 from tableb)";
Insert Into tablea (name, address) (select feld1, feld2 from tableb)
$sql = "Insert Into tablea (name, address) (select feld1, feld2 from tableb)";
추천0 비추천 0
댓글목록 0
등록된 댓글이 없습니다.