Run the BLAST Table Functions

The sample program dmbldemo.sql illustrates the BLAST table functions.

To run the program:

1. Prepare the data sets.

2. Start SQL*Plus and run the program to execute all the table functions.

     SQL>@dmbldemo.sql

3. To execute a table function individually, open the program in an editor and select the table function statement. Copy the statement into i*SQLPlus or save it as a file and execute it in SQL*Plus with the @ sign.