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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Very important: Problems with Oracle SQL!

Re: Very important: Problems with Oracle SQL!

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Thu, 27 Aug 1998 20:20:46 +0200
Message-ID: <6s4802$n4u$1@pascal.a2000.nl>


>the problem part is " 'AK' + aukIndex as AKINDEX "

Normally you'd use concat (..) or || to concatenate two strings in Oracle. So, try:

    'AK' || aukIndex

or

    'AK' || to_char( aukIndex )

Arjan. Received on Thu Aug 27 1998 - 13:20:46 CDT

Original text of this message

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