오늘보니 5.7까지 있는데
오래되면 오래 된거고.. 최근이라면 최근부터 mysql에서 trigger가 지원되나 보다.
오래되면 오래 된거고.. 최근이라면 최근부터 mysql에서 trigger가 지원되나 보다.
Support for triggers is included beginning with MySQL 5.0.2. A trigger is a named database object that is associated with a table, and that activates when a particular event occurs for the table. Some uses for triggers are to perform checks of values to be inserted into a table or to perform calculations on values involved in an update. [링크 : http://dev.mysql.com/doc/refman/5.0/en/triggers.html] |
'프로그램 사용 > mysql & mariaDB' 카테고리의 다른 글
oracle to mysql 포팅을 위한 SQL 문법 차이점 (0) | 2014.06.03 |
---|---|
mysql 데이터 베이스를 이용한 ip 주소 필드 타입 (0) | 2014.05.11 |
mariaDB 우분투에 설치하기 (0) | 2014.04.16 |
mysql / mariaDB (1) | 2014.04.16 |
mysql transaction (0) | 2014.04.08 |