You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE OR REPLACE PACKAGE TRAIN_USER1.ut_betwnstrAS-- %suite(Between string function)-- %test(Returns substring (from beginning of the string to end position) if start position is zero)
PROCEDURE zero_start_position;
END;
/
Produces output:
Between string function
Returns substring (from beginning of the string to end position
Finished in .003571 seconds
1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)
Example:
Produces output: