![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, What is the equivalent for CONCAT() syntax in sybase ? |
#3
| |||
| |||
|
|
Hi, What is the equivalent for CONCAT() syntax in sybase ? TIA, Nicky. |
#4
| |||
| |||
|
|
"Nicolas Mainczyk" <nmainczyk (AT) hotmail (DOT) com> wrote Hi, What is the equivalent for CONCAT() syntax in sybase ? TIA, Nicky. We really can't answer that unless you describe what it is that this "CONCAT()" syntax does in the first place. If you are looking to concatenate two char or varchar values, you can use the "+" operator: select "abc" + "def" go -bret |
#5
| |||
| |||
|
|
I would like to concatenate an INT + VARCHAR. When I use '+' he tells me to use convert function because he can't convert CHAR to INT implicitely.. What is the syntax then ? TIA Nicky. |
#6
| |||
| |||
|
|
I would like to concatenate an INT + VARCHAR. When I use '+' he tells me to use convert function because he can't convert CHAR to INT implicitely.. What is the syntax then ? |
|
"Bret Halford" <bret (AT) sybase (DOT) com> a écrit dans le message news: 34c88f2b.0407061358.5ee149b7 (AT) po...OT) google.com... "Nicolas Mainczyk" <nmainczyk (AT) hotmail (DOT) com> wrote in message news:<cceenn$lp6$1 (AT) ngspool-d02 (DOT) news.aol.com>... Hi, What is the equivalent for CONCAT() syntax in sybase ? TIA, Nicky. We really can't answer that unless you describe what it is that this "CONCAT()" syntax does in the first place. If you are looking to concatenate two char or varchar values, you can use the "+" operator: select "abc" + "def" go -bret |
![]() |
| Thread Tools | |
| Display Modes | |
| |