
SQL
番茄与西红柿
这个作者很懒,什么都没留下…
展开
-
深入理解SQL的四种连接-左外连接、右外连接、内连接、全连接
SQL的四种连接-左外连接、右外连接、内连接、全连接转载 2016-03-02 15:47:28 · 479 阅读 · 0 评论 -
MySQL 'type=InnoDB' 错误
create table hotel (id bigint not null auto_increment, email varchar(255), hotel_name varchar(255), password varchar(255), primary key (id)) type=InnoDB 报错! You have an error in your SQL syntax; che原创 2016-05-17 22:11:23 · 1368 阅读 · 0 评论 -
Hibernate 自动建表 type=InnoDB 错误
Hibernate自动建表配置 hibernate.hbm2ddl.auto=update 或 hibernate.hbm2ddl.auto=create 设置数据库方言的时候要考虑到数据库版本问题,当MySQL数据库版本为5.1~5.5时 #设置数据库方言 hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect原创 2016-05-17 22:46:21 · 926 阅读 · 2 评论