Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 project keys from the "project" table.

Code Block
select pkey from project;

See also