Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: migrating a query from t-sql to plsql
sodedra_at_incodewireless.com wrote:
> hi guys,
> i am having difficuly in getting my head around this any help
> would be great.
>
> I have a ms sql server which i am porting over to oracle. what i need
> help on is to translater the query below into plsql.
>
> the dateadd and the datepart functions are driving me crazy.
>
> CASE WHEN B.END_TIME < DateAdd(mi,Case When DatePart(hh,B.START_TIME)
>
>>= 12 THEN -1 ELSE 0 END,dateadd
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Mon Dec 06 2004 - 10:05:49 CST