Category: | Bug report |
Priority: | Normal |
Status: | Assigned |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
When the report Report Designer creates an SQL query, i can't use the query because sql statement isnt valid.
I use an JDBC Oracle Driver.
A created query would be
SELECT
material."MATNO" AS material_MATNO
FROM
"material" material
this is wrong and i has to correct the statement by myself.