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: Convert code from SQL Server 2000 to SQL Plus for Oracle

Re: Convert code from SQL Server 2000 to SQL Plus for Oracle

From: Hans Forbrich <forbrich_at_telusplanet.net>
Date: Tue, 08 Apr 2003 19:47:30 GMT
Message-ID: <3E932654.6AF165B1@telusplanet.net>


Karsten Farrell wrote:

> It's been a while since I did TransactSQL, but I think your code can be
> reduced to:
>
> select to_char(sysdate,'dd-Mon-yyyy'),
> to_char(last_day(sysdate),'dd-Mon-yyyy')
> from dual;

So when did the (informal) policy change so that we actually provide answers? <g> Received on Tue Apr 08 2003 - 14:47:30 CDT

Original text of this message

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