I firing query using 'concat' keyword with Oracle 11g but it's not working. can anyone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I firing query using 'concat' keyword with Oracle 11g but it's not working. can anyone help me?

19th Feb 2016, 12:50 PM
Ambar Dudhane
Ambar Dudhane - avatar
1 Answer
+ 1
Are you trying to concat two similar datatypes ? Check may be that's the problem. Ex for Oracle: select CONCAT(col1, col2)
23rd Jun 2016, 11:32 AM
Ashutosh Singh