2009/02/03 11:10
mysql
update table1 w
inner join table2 o on o.t = w.t and o.a = w.a set
w.e = o.e
where w.id = 'test'
update 테이블, inner join ~~~~~~~~ set
a.a = b.b
where a.a = ''
'mysql' 카테고리의 다른 글
| mysql update join (0) | 2009/02/03 |
|---|---|
| INSTR() (0) | 2008/06/30 |

