Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Who is this called
<Kurt-Erich.Finger_at_hte-company.de> wrote in message
news:1137054886.246010.138420_at_o13g2000cwo.googlegroups.com...
> No, it#s not a simple + sign.
>
> Why should simple things be simple?
>
> My question is still open, what do I have enter (google or oracle) to
> find something about 'Using Sql to write Sql'?
> When entering it in google I only find books.
> Is this an undocumented feature of Oracle?
>
> thx
>
> Kurt-Erich
>
'this' is not an undocumented feature any more than 'using sql to format names' is. 'it' is just a way of using other SQL techniques.
what do you actaully need to know? try:
contatenation operator (mentioned previously) data dictionary (where oracle stores its meta-data) system tables
btw: http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html for your MySQL issue describes the PIPES_AS_CONCAT setting. found it by googling on "mysql concatenation operator"
++ mcs Received on Thu Jan 12 2006 - 04:50:21 CST
![]() |
![]() |