append
Enables or disables the processing of the schema definition in a SQL import file.
- Note
- The option is only applicable for SQL import files.
The SQL import file can contain a schema definition. If the schema definition is available, the database will be created if it does not exist. If the database does exist, the force option must be set to TRUE to remove the existing database before the schema can be processed.
The append option, if set to TRUE, will skip over the schema creation text in the import file and perform the INSERT operations into an existing database.
- Default Value
- If the
append
option is not defined, the default value ofOFF
is used.
- Example
-
append=OFF
- Boolean Values Accepted
The following values can be accepted boolean values:
TRUE Values | FALSE Values |
---|---|
1 | 0 |
On | Off |
True | False |