/ CLPPlus command

The / CLPPlus command reruns the last command run in the current CLPPlus session.

Invocation

You must run this command from the CLPPlus interface.

Authorization

None

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagram/

Example

The following example shows the / command rerunning the last SELECT statement run within CLPPlus:

    SQL> SELECT AVG(salary) FROM employee WHERE workdept = 'E21'
                                             1
    ------------------------------------------
           47086.66666666666666666666666666667
    SQL> /
                                             1
    ------------------------------------------
           47086.66666666666666666666666666667