here is the sql query and it does not accept the sum on dataservice wso2
SELECT nom, SUM(note) as totalnote from etudiant where nom =?;
when i test i get this error :
<axis2ns4:ds_code>DATABASE_ERROR</axis2ns4:ds_code>
<axis2ns4:nested_exception>java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() for SELECTs</axis2ns4:nested_exception>