Place you banner Advertisement here for free to sponsor this page.
|
| Concatenation in SQL: |
|
Concatenation in SQL:We can concatenate strings or we can concatenate columns in sql using concatenation operator provided by ORACLE, the operator is || ( two vertical bars) . We will try one query so that you can get familiar with this.
Above query will concatenate the two columns and give you the result as string. we used "as fullname" in this query to make fullname as alias for the concatenated string.
Above query is concatenate strings and give you the result as 'concatenate _ Strings'.
|
|||||||||
| www.iforerunner.com |