Uzaren.com

Ru-Web-Catalog: CAT.statme.RU

Russian web-catalog list with Page Ranks and Website page shots.

ip2geo: Show Geolocation by IP

Enter IP:

English-Russian Dictionary Explorer

Search for:

MySQL create trigger Example.


Creating MySQL triggers.

mysql create trigger eaxmple
Syntax:

CREATE
    [DEFINER = { user | CURRENT_USER }]
    TRIGGER trigger_name trigger_time trigger_event
    ON tbl_name FOR EACH ROW trigger_stmt

Example:

DELIMITER |
CREATE TRIGGER testref BEFORE INSERT ON test1
  FOR EACH ROW BEGIN
    INSERT INTO test2 SET a2 = NEW.a1;
    DELETE FROM test3 WHERE a3 = NEW.a1;  
    UPDATE test4 SET b4 = b4 + 1 WHERE a4 = NEW.a1;
  END;
|
2008-09-19, Uzaren
After NetCat Demo installing you can not authorizate your self in CMS with admin loging/pass.
What is the difference between Location.href and Location.replace()?
How to create PNG whith transparency in PHP/GD?
Only data MySQL dump example.
Linux tmpfs in RAM
The stat() function returns information about a file.
MySQL: different ORDER inside GROUP BY structure
PHP: User browser info example
MySQL: unix_timestamp function examples
MySQL: How to change mysql-root password
PHP-function to format a local time/date
PHP: JS unescape UNICODE to Windows-1251
How to schedule TOP command in Crontab.
MySQL out of memory, calculate memory usage.
How to solve BITRIX POPUP-JS calendar BUG?
Using of Apache Benchmark example.
Resolving SSH permission error with local LIST OF KNOWN HOSTS.
Creating and extracting JAR archives. TAR-like archiver.
How set sleep/awake time on Mac Os X?
Simple 'screen' command how-to for LINUX.
How to make BASH foreach line read?
How to set JAVA_HOME env?
How to get TOTAL number of rows in MySQL query?
Proper string functions working with different locale settings.
How to build MySQL FULLTEXT search qeuery request?
How to change gnome-terminal window size geometry?
Escaping characters in MySQL queries.
CSS Font-Styling.
CSS 'text-decoration' Property description.
How to output highlighted PHP code?
How to set MySQL connection charset with PHP?
Creating MySQL triggers.
How to remount partition, if the FS failed to boot?
Displaying MySQL users.
How to change MySQL password?
Gary tells me about sign ssl certificate resource
Valid CSS! Valid XHTML 1.0 Transitional