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

mysql批量插入规律数据_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:39:28
Original
922 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:
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
Latest Issues
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
phpstudy cannot start mysql?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template