$sql.metaData.getIdentifierQuoteString

Retrieves the string used to quote SQL identifiers.
Syntax
    $sql.metaData.getIdentifierQuoteString{jdbcProfileName}
DocumentationRetrieves the string used to quote SQL identifiers. This method returns a space " " if identifier quoting is not supported.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      the quoting string or a space if quoting is not supported
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1