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 -> Convert

Convert

From: pal <jayadevpaleri_at_gmail.com>
Date: Tue, 20 Nov 2007 04:31:36 -0800 (PST)
Message-ID: <405087fd-1794-4e7b-aa2e-81459944e352@i12g2000prf.googlegroups.com>


 SELECT CONVERT(Char(4), location.next_pay_date, 102)  INTO :is_year
 FROM location
 WHERE location.loc_cd = '01' ;

This code works properly with SQLServer,

how to do the convert(Char,location.next_pay_date, 102) in oracle..

can any one help me out. Received on Tue Nov 20 2007 - 06:31:36 CST

Original text of this message

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