随笔分类 -  mysql

manajro install the mysql2 gem
摘要:you have to install sudo pacman -S mysql-clients then yout can instal mysql2 gem by gem install mysql2 阅读全文
posted @ 2022-04-23 16:25 c3tc3tc3t 阅读(22) 评论(0) 推荐(0)
Column 'orders' in order clause is ambiguous
摘要:今天报了这个错误 原因是。当使用sql查询语句,使用了join查表。但是这个orders没指定是哪张表的字段 ,发生在自关联情况 阅读全文
posted @ 2014-02-05 13:56 c3tc3tc3t 阅读(680) 评论(0) 推荐(0)
org.dbunit.dataset.NoSuchTableException: t_group
摘要:遇到这个错误发现异常信息里有一项是这个15:30:10,609 ERROR SchemaUpdate:236 - HHH000388: Unsuccessful: create table t_group (id integer not null auto_increment, describe varchar(255), name varchar(255), primary key (id))把 reate table t_group (id integer not null auto_increment, describe varchar(255), name varchar(255), 阅读全文
posted @ 2014-01-14 15:45 c3tc3tc3t 阅读(1632) 评论(0) 推荐(0)