mysql에서 중복 키 업데이트 삽입시 증분 업데이트를 수행 할 수있는 방법이 있습니까?삽입 키의 증분 업데이트 ... 중복 키
예/오류 w :
insert into blah (user_id, prefix, email_id, field, source)
select user_id, substring(name, 1, 3), contact_email_id, 2, source from address_book
on duplicate key update source = source + values(source);
ERROR 1052 (23000): Column 'source' in field list is ambiguous
당신은 내가보다 OP를 읽고 더 잘 수행해야합니다; 요점을 알았어 – zanlok