Substring to end - Connect_CDC - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
Last edition
2024-08-20
Last publish date
2024-08-20T21:40:14.000381

Method:   Substring to end

Function name:   substring

Parameter list:   (CHAR ColumnName,INT nFrom)

Return type: CHAR

What the method does:    Extracts a specific substring from a source column string value: the substring starts at the indicated position in the source string and extends to the end of that string.

You specify two parameters:

  • Source column name

  • Position at which to begin the extraction.

The first character in the source string is position 1.