org.hibernate.hql.ast.QuerySyntaxException: expecting OPEN, found '>' near line 1, column 38
hibernate 对数据库的识别,原来sql 中有count , count 是数据库中关键字,所以报错
↧