Select *
The from interface_retmxls
How to interface_retmxls increasing data automatically to the KSOA_RETMXLS inside
CodePudding user response:
Are you saying that when a new data table KSOA_RETMXLS, growth in interface_retmxls automatically?This in the trigger
CodePudding user response:
Just don't know how to writeCodePudding user response:
CREATE OR REPLACE the TRIGGER TG_TEMP
AFTER INSERT ON INTERFACE_RETMXLS
FOR EACH ROW
The BEGIN
INSERT INTO KSOA_RETMXLS VALUES (: NEW KID: NEW KNAME, : NEW. The field);
END;
No debugging, the building Lord modified try line not line!
CodePudding user response:
CREATE OR REPLACE the TRIGGER TG_TEMP
AFTER INSERT ON INTERFACE_RETMXLS
FOR EACH ROW
The BEGIN
INSERT INTO KSOA_RETMXLS VALUES (: NEW KID: NEW. KNAME, : NEW. The field);
END;
CodePudding user response:
Data redundancy,If two tables of data needs to be 100%, advice directly into the view,
CodePudding user response: