Re: how to convert sql trigger to mysql
Dear i was not meaning that ... actually i am new in mysql. i was working in sql server but mysql is new to me and i have an urgent project to do thats why i am asking for a help in shape of coding of trigger. below is the DDL
CREATE TABLE `coaold` (
`autoid` int(11) NOT NULL AUTO_INCREMENT,
`txtid` varchar(45) DEFAULT NULL,
`coaid` varchar(45) DEFAULT NULL,
`accounttitle` mediumtext DEFAULT NULL,
`openingbalance` decimal(18,2) DEFAULT NULL,
`accountcategory` varchar(45) DEFAULT NULL,
`accountgroup` varchar(45) DEFAULT NULL,
`accounttype` varchar(45) DEFAULT NULL,
`entrydate` date DEFAULT NULL,
`FYEAR` varchar(45) DEFAULT NULL,
`username` varchar(45) DEFAULT NULL,
PRIMARY KEY (`autoid`),
KEY `autoid` (`autoid`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4
please if possible can you fix my trigger issue
Subject
Views
Written By
Posted
903
July 15, 2022 03:25AM
343
July 15, 2022 06:35AM
335
July 15, 2022 03:40PM
402
July 15, 2022 08:44PM
Re: how to convert sql trigger to mysql
321
July 15, 2022 10:22PM
430
July 16, 2022 07:23AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.