重庆思庄Oracle、Redhat认证学习论坛

标题: 使用CSV存储引擎的相关注意事项。 [打印本页]

作者: jikcheng    时间: 2014-11-6 09:06
标题: 使用CSV存储引擎的相关注意事项。
 创建csv存储引擎。
mysql> create table t2 (i int) engine=csv;
ERROR 1178 (42000): The storage engine for the table doesn't support nullable columns
mysql> create table t2 (i int not null) engine=csv;

说明:使用CSV引擎创建表时 ,一定要注意,各个字段都要加上非空约束。否则会报错。





欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2