MySQL Forums
Forum List  »  Newbie

Re: Insert into db1 tbl1 from db2 tbl2
Posted by: rick pizzi
Date: January 29, 2017 02:08PM

not a Trigger.

show create table rdata;

| rdata | CREATE TABLE `rdata` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`pid` int(5) NOT NULL,
`first` varchar(25) NOT NULL,
`last` varchar(25) NOT NULL,
`player` varchar(40) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=173 DEFAULT CHARSET=latin1 |

Options: ReplyQuote


Subject
Written By
Posted
Re: Insert into db1 tbl1 from db2 tbl2
January 29, 2017 02:08PM


Sorry, you can't reply to this topic. It has been closed.

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.