Local Variables and Parameters
Description
Grammar Syntax
SELECT [ select_expressions ] INTO target [ select_expressions ] FROM ...;Sample Source Patterns
SELECT INTO with expressions at the left
Input Code:
param1
Output Code:
TEST_SP1
SELECT INTO with expressions at the right
Input Code:
param1
Output Code:
TEST_SP1
Known Issues
Related EWIs.
Last updated
