sa_nchar_terms system procedure

Breaks an NCHAR string into terms and returns each term as a row along with its position.

Syntax
sa_nchar_terms( 'char-string' [, 'text-config-name' [, 'owner' ] ]  ]  
)
Arguments
  • char-string   The NCHAR string you are parsing.

  • text-config-name   The text configuration object to apply when processing the string. The default is 'default_nchar'.

  • owner   The owner of the specified text configuration object. The default is DBA.

Remarks

None

Permissions

None

Side effects

None

See also
Example

The syntax for this system procedure is similar to the sa_char_terms system procedure. See the Example section in sa_char_terms system procedure.