org.hibernate.hql.ast.QuerySyntaxError: unexpected token: ) near line 1, column 56 [select concat(s1.student_FN,s1.student_MN,s1.student_LN) as student_name FROM com.sms.domain.Student s1]
at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:63)
at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:215)