Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: || & /

Re: || & /

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Sun, 19 Dec 2004 18:54:49 +0100
Message-ID: <41c5c07b$0$21943$636a15ce@news.free.fr>

"vertigo" <ax178_at_wp.pl> a écrit dans le message de news:cq4ek9$h62$1_at_atlantis.news.tpi.pl...
| 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
|

You'd rather say you didn't search it in the documentation!

http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/functions21a.htm#77006 http://download-west.oracle.com/docs/cd/B10501_01/server.920/a90842/ch5.htm#1006009

Regards
Michel Cadot Received on Sun Dec 19 2004 - 11:54:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US