Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sqlclarify
Yak Posting Veteran
56 Posts |
Posted - 2008-08-25 : 19:04:38
|
I have two numbers(12,2)'s and I am trying to concatenate them using ||. Do I have to use to_char(number) before I concatenate them? It looks like it is working even if I don't use to_char? Why is it working? I thought || is supposed to work only for strings? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
sqlclarify
Yak Posting Veteran
56 Posts |
Posted - 2008-08-26 : 16:57:32
|
Yes, I think what I am using is Oracle. Sorry got confused for a second since what I am using is Oracle SQL Developer. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|