To add JDBC data set
- In the Outline panel, right-click on Data Sets sub-node and select New Data Set.
- In the New Data Set window, select the JDBC data source.
- Select SQL Select Query as Data Set type and update the Data Set Name field.
-
On the Query text panel, input SQL statement, and then click Finish.
Example
select
*from dbo.
Users