Time : 12:15:10 SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2388' for key 'PRIMARY' Raw SQL : insert into magzineeditions(DATEOFEDITIONS,MAGZINEEDITIONSID,CREATEDDATE,CREATEDBY,UPDATEDBY,UPDATEDDATE) values(:DATEOFEDITIONS,:MAGZINEEDITIONSID,:CREATEDDATE,:CREATEDBY,:UPDATEDBY,:UPDATEDDATE) Time : 12:05:55 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'new_parivahan_orcl.MAGZINEDETAIL' doesn't exist Raw SQL : select MAGZINEEDITIONSID from MAGZINEDETAIL where MAGZINEEDITIONSID!=2134 and LOWER(DATEOFEDITIONS) = :DATEOFEDITIONS Time : 11:41:31 SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Date' in 'where clause' Raw SQL : select count(magzineeditions.MAGZINEEDITIONSID) as totalnew_pagesize from magzineeditions where magzineeditions.MAGZINEEDITIONSID>0 and LOWER(Date) like :Date order by DATEOFEDITIONS asc Time : 06:17:22 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and LOWER(chennalName) = ?' at line 1 Raw SQL : select chennalId from chennal where chennalId!= and LOWER(chennalName) = :chennalName