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

Home -> Community -> Mailing Lists -> Oracle-L -> translate question

translate question

From: <tday6_at_csc.com>
Date: Wed, 27 Jun 2001 11:47:58 -0700
Message-ID: <F001.0033A6C9.20010627101646@fatcity.com>

I've got this check constraint on a column (NBR) (which is actually a VARCHAR2(10)).

 translate(lpad(NBR,9,'0'),         '0123456789','----------') =
 '---------'        and    NBR between 1 and 199999999)

As far as I can see it's left padding the string with 0's to a length of 9, translating all numeric characters to '-', doing something else (= ' ---------') and testing to see if the resulting string is between 1 and 199999999.

Obviously I'm missing something here. Anyone care to enlighten me? I'm just documenting it, not designing it.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: tday6_at_csc.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jun 27 2001 - 13:47:58 CDT

Original text of this message

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