Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不断收到以下 mysql 语句的语法错误。怎么了??
INSERT INTO database1.tbl_user (email) VALUE (SELECT email FROM database2.tbl_user);
Wrikken 写道:
INSERT INTO tablename(fields) SELECT, drop the VALUE() thing.