Home > Database > Mysql Tutorial > mysql批量插入规律数据_MySQL

mysql批量插入规律数据_MySQL

WBOY
Release: 2016-06-01 13:39:28
Original
904 people have browsed it

bitsCN.com
mysql批量插入规律数据 Sql代码      insert into CPPRADAR( SITEID, RADARNAME, RADARDESC, PARENTID,      RADARTYPE, RADARQUERY, RADARCONFIG, CRUSER, CRTIME, OPERUSER, OPERTIME, LEAF)  select 001, replace(a.RADARNAME,'互动','博客') radarname, '博客',  a.RADARID  ,3, substr(b.RADARQUERY,6,6) , '条件', 'admin', CURDATE(), 'admin', CURDATE(), 1  from   (select * from CPPRADAR where RADARDESC='互动' ) a inner join   (select * from CPPRADAR where RADARDESC= '新闻' and status=0) b   on a.parentid = b.parentid   bitsCN.com

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template