![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, Is it possible to concatenate the columns of the results of a query without having to run it through an external filter? For examples, if I have select col-A, col-B, col-C, col-D from my_table. Can I write the query such that col-A, col-B and col-C come out concatenated? Yes, they're the same data type. So I'm looking for something like select col-A + col-B + col-C, col-D where "+" is a concatenation operator. Thanks a lot! Sashi |
#3
| |||
| |||
|
|
Hi all, Is it possible to concatenate the columns of the results of a query without having to run it through an external filter? For examples, if I have select col-A, col-B, col-C, col-D from my_table. Can I write the query such that col-A, col-B and col-C come out concatenated? Yes, they're the same data type. So I'm looking for something like select col-A + col-B + col-C, col-D where "+" is a concatenation operator. Thanks a lot! Sashi |
#4
| |||
| |||
|
|
Hi all, Is it possible to concatenate the columns of the results of a query without having to run it through an external filter? For examples, if I have select col-A, col-B, col-C, col-D from my_table. Can I write the query such that col-A, col-B and col-C come out concatenated? Yes, they're the same data type. So I'm looking for something like select col-A + col-B + col-C, col-D where "+" is a concatenation operator. Thanks a lot! Sashi |
![]() |
| Thread Tools | |
| Display Modes | |
| |