|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Numeric Concatenation between SMALLINT and INTEGER ??
Is it possible to concatenate two numeric fields, one with SMALLINT type and the other with INTEGER ?
|
|
#2
|
|||
|
|||
|
DO you mean as in string concatenation?
i.e. 2 numbers 123 and 456 you want the result to be 123456? You would have to do: CHAR(MyNumericField1) || CHAR(MyNumericField2) As SomeField fv
__________________
...because that is the way we have always done it. We've been doing it like that for 80 Years! (How do we change that mindset?) |
![]() |
| Viewing: Dev Shed Forums > Databases > DB2 Development > Numeric Concatenation between SMALLINT and INTEGER ?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|