亿华智慧云亿华智慧云

MySQL 数据库中记录不存在时如何运行?

MySQL 数据库中记录不存在时如何运行?
复制Code:   INSERT INTO clients   (client_id,据库 client_name, client_type)   SELECT supplier_id, supplier_name, advertising   FROM suppliers   WHERE not exists (select * from clients   where clients.client_id = suppliers.supplier_id);  1.2.3.4.5.6.7.
赞(6934)
未经允许不得转载:>亿华智慧云 » MySQL 数据库中记录不存在时如何运行?