|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: CONCAT
Definition: CONCAT(string_1, string_2); string_1 and string_2 are the two strings to be concatenated. The || operator allows you to concatenate 2 or more strings together: The syntax for the || operator is: string_1 || string_2 || string_n; CONCAT may also be used in more complex expressions and statements: standard.CONCAT( Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |