Hello All, How do i concat a varchar type of data with a numeric datatypein oracle9i?
Like i want to do like this: Name : Num i,e " name : 25 "
here name is a varchar type and 25 is numeric Regards Roopa
If you just want to display the data in the same output use SELECT field1 || filed2