heidisql autocommit 명령어
SET @@@AUTOCOMMit = 0;
-- DDL / DML / DCL
/* DCL */
commit;
rollback;
UPDATE 고객 SET 나이 = 20
WHERE 고객아이디 = 'APPLE';
SET @@@AUTOCOMMit = 0;
-- DDL / DML / DCL
/* DCL */
commit;
rollback;
UPDATE 고객 SET 나이 = 20
WHERE 고객아이디 = 'APPLE';
✅ @miawoo, I gave you an upvote on your post! Please give me a follow and I will give you a follow in return and possible future votes!
Thank you in advance!
good!!