Bug 538738 - Parameters in SQL query don't works when in brackets
Summary: Parameters in SQL query don't works when in brackets
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.4.0   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-DataAccess CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-06 10:41 EDT by Philippe C CLA
Modified: 2018-09-06 10:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe C CLA 2018-09-06 10:41:47 EDT
In a dataset, this query works fine when a parameter is defined : 

SELECT * FROM abc WHERE def > ?

But this won't works : 

SELECT * FROM (SELECT * FROM ta WHERE id > ?) as a , (SELECT * FROM tb ) as b