April 2000
Intermediate to advanced
94 pages
1h 52m
English
SAVE
SAV[E] filename [CRE[ATE] | REP[LACE] |
APP[END]]The SAVE command writes the contents of the SQL buffer to an operating-system file. For example:
SAVE my_query.sql SAVE my_query REPLACE
Is the name of the file to which you want to write the buffer contents.
Causes the operation to succeed only if the file does not already exist. This is the default.
Overwrites any existing file of the same name.
Appends the contents of the buffer to the file.