heidisql autocommit 명령어

Words
25
Reading
1 min
Listen
Play
8y

SET @@AUTOCOMMit = 0;

-- DDL / DML / DCL
/* DCL */
commit;
rollback;

UPDATE 고객 SET 나이 = 20
WHERE 고객아이디 = 'APPLE';

heidisql autocommit 명령어 | Ecency