Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> || & /
Hello
Sorry for such simple question, but i can't find it in documentation. I found code which looks like:
CREATE .....
BEGIN
....
END ...;
/
what does '/' do ?
And similar '||' for example:
select initcap(column1) || initcap(column2)..... are there any differences between || and concat() ?
Thanx
Michal
Received on Sun Dec 19 2004 - 11:43:08 CST
![]() |
![]() |