输入banner图图片脚本导航/分类

mysql把查询到不一样的记录插入到另一张表中

  INSERT INTO 目标表    (字段1, 字段2, ...)    SELECT 字段1, 字段2, ...    FROM 来源表    WHERE not exists (select * from 目标表    where 目标表.比较字段 = 来源表.比较字段);

mysql把查询到不一样的记录插入到另一张表中

标签:not   记录   style   mysq   div   字段   where   into   sel