Start command

SQL*XL
home

Syntax:
{START|@|@@} file;

Description:
Executes commands saved in an sql file. This is a normal text file that can be created using notepad.

Examples:
Start my_file.sql
@c:\my_dir\my_file.txt
@@..\work\my text file.txt


See also: