Updated on 2024-05-07 GMT+08:00

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. 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.

Value range: a string, consisting of one or more characters

Default value: ";"