Note
join update 본문
728x90
# join update
# table a as a 는 pandas as pd 와 같이 지정해주는 것
update table a as a
inner join
table b as b on a.기준 칼럼 = b.기준 칼럼
set a.업데이트 칼럼 = b.업데이트 칼럼
where 조건;
'etc > SQL' 카테고리의 다른 글
Wating for table metadata lock 대처법 (0) | 2022.06.30 |
---|---|
show processlist (0) | 2022.06.29 |
칼럼 내 데이터 수정 (0) | 2022.06.23 |
테이블 복사 (0) | 2022.06.22 |
오늘 기준 일정 기간 쿼리 (0) | 2022.06.21 |
Comments