...
Warning | ||
---|---|---|
| ||
|
...
To use SQL Data Source, set the JNDI first. You can see details on the Data Source Configuration page.
SQL Initial Script
This example returns the versions names.
Code Block |
---|
select vname, id from projectversion; |
...
Warning | ||
---|---|---|
| ||
|
...
To use SQL Data Source, set the JNDI first. You can see details on the Data Source Configuration page.
SQL Initial Script
This example returns the versions names.
Code Block |
---|
select vname, id from projectversion; |