4D v16SUBSTRING |
||||||||||||||
|
4D v16
SUBSTRING
SUBSTRING
The SUBSTRING function returns a substring of the first arithmetic_expression passed. The second arithmetic_expression indicates the starting position of the substring and the optional third arithmetic_expression indicates the number of characters to return counting from the starting position indicated. If the third arithmetic_expression is not passed, the function will return all the characters starting from the position indicated. This example will return 4 characters of the store name starting with the 2nd character: SELECT SUBSTRING(Store_name,2,4)
Siehe auch
|
EIGENSCHAFTEN
Produkt: 4D
GESCHICHTE
ARTIKELVERWENDUNG
4D - SQL Reference ( 4D v16) |
||||||||||||