int를 얻으려는 중이 야, 또 다른 int를 추가하고 하나의 sql 명령에 새 데이터를 쓰려고합니다. 어떻게해야합니까? 여기에 내 솔루션 접근 방식이지만 작동하지 않습니다.SQL 가져 오기, 편집 및 데이터를 업데이트
update accounts set credit = ((select credit from accounts where id = 1679407)+1) where id=1679407;
오류는 다음과 같습니다.
Error Code: 1093. Table 'accounts' is specified twice, both as a target for 'UPDATE' and as a separate source for data 0.125 sec
감사합니다. 너무 복잡하다고 생각했습니다. :) – Markus