mysql copy data from table to another

insert  into telnet_ip_range(ip_range, country, scan_status, scan_update_at) select ip_range, country, 0, NULL  from ipv4.ipv4_pool;

 

posted @ 2016-01-11 20:25  hotbaby  阅读(346)  评论(0)    收藏  举报