Delimiter
delimiter_name
Parameter description: Saves the name of a delimiter.
When the gsql client identifies delimiters, it immediately sends one or more input SQL statements to the server for execution. When there are many input statements and semicolons (;) exist in the statements, you can specify a special symbol as the delimiter.
Parameter type: String
Unit: None
Value range: a string of more than 0 characters.
Default value: ";"
Setting method: This parameter is a USERSET parameter. Set it based on instructions provided in Table 1. This parameter can be set only on the GSQL client by running the DELIMITER command.
Setting suggestion: Retain the default value.
Risks and impacts of improper settings: Change the parameter value after fully understanding the parameter meaning and verifying it through testing.