MySQL->复制表[20180509]
2018-06-18 01:27:13来源:未知 阅读 ()
mysql> show create table index_tab01\G*************************** 1. row ***************************Table: index_tab01Create Table: CREATE TABLE `index_tab01` (`id` int(11) NOT NULL DEFAULT '0',`col01` varchar(10) NOT NULL DEFAULT '',`col02` text,UNIQUE KEY `index_un` (`col01`),KEY `indx_01` (`col01`)) ENGINE=InnoDB DEFAULT CHARSET=utf81 row in set (0.00 sec)
mysql> CREATE TABLE `copy_tab01` (-> `id` int(11) NOT NULL DEFAULT '0',-> `col01` varchar(10) NOT NULL DEFAULT '',-> `col02` text,-> UNIQUE KEY `index_un` (`col01`),-> KEY `indx_01` (`col01`)-> ) ENGINE=InnoDB DEFAULT CHARSET=utf8-> ;Query OK, 0 rows affected (0.01 sec)
mysql> insert into copy_tab01 select * from index_tab01;Query OK, 4 rows affected (0.01 sec)Records: 4 Duplicates: 0 Warnings: 0
mysql> select * from copy_tab01;+----+--------+---------------+| id | col01 | col02 |+----+--------+---------------+| 0 | Name01 | This is Test! || 0 | Name02 | This is Test! || 0 | Name03 | This is Test! || 0 | Name04 | This is Test! |+----+--------+---------------+4 rows in set (0.00 sec)mysql> select * from index_tab01;+----+--------+---------------+| id | col01 | col02 |+----+--------+---------------+| 0 | Name01 | This is Test! || 0 | Name02 | This is Test! || 0 | Name03 | This is Test! || 0 | Name04 | This is Test! |+----+--------+---------------+4 rows in set (0.00 sec)
mysql> create table copy_tab02 like index_tab01;Query OK, 0 rows affected (0.00 sec)mysql> show create table copy_tab02\G*************************** 1. row ***************************Table: copy_tab02Create Table: CREATE TABLE `copy_tab02` (`id` int(11) NOT NULL DEFAULT '0',`col01` varchar(10) NOT NULL DEFAULT '',`col02` text,UNIQUE KEY `index_un` (`col01`),KEY `indx_01` (`col01`)) ENGINE=InnoDB DEFAULT CHARSET=utf81 row in set (0.00 sec)mysql> insert into copy_tab02 select * from index_tab01;Query OK, 4 rows affected (0.00 sec)Records: 4 Duplicates: 0 Warnings: 0mysql> select * from copy_tab02;+----+--------+---------------+| id | col01 | col02 |+----+--------+---------------+| 0 | Name01 | This is Test! || 0 | Name02 | This is Test! || 0 | Name03 | This is Test! || 0 | Name04 | This is Test! |+----+--------+---------------+4 rows in set (0.00 sec)
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 这里主要讲解一下Git撤销&回滚操作 2019-08-23
- mysql日志信息查看与设置mysql-bin 2019-07-24
- Mysql-MariaDB设置延迟同步 2019-07-24
- Mysql-修改用户连接数据库IP地址和用户名 2019-07-24
- mysql-8.0.16-winx64/Linux修改root用户密码 2019-07-24
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash