Re: SQL*Plus & #include

From: E A Macnaghten <ar02_at_dial.pipex.com>
Date: 1995/04/11
Message-ID: <3mcm1l$ejt_at_vent.pipex.net>#1/1


an215493_at_anon.penet.fi wrote:
>
> In C if I want to include a file in another file, all I need to do is
>
> #include "file"
>
> at the location I wish to include it. Is there a way to do that in
> SQL*Plus?

I am not sure of exactly what you wish to do, however, the START statement is the nearest equivalent to the #include statement, and has the syntax

START filename

where the extension of the filename defaults to ".sql" if not specified

Yours ever

Eddy Received on Tue Apr 11 1995 - 00:00:00 CEST

Original text of this message