Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Reference » System Objects » System procedures » Alphabetical list of system procedures

 

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.