Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Browse by Tags · View All
sql_server 217
t-sql 211
tsql 116
sqlserver 96
BRH 78
#SQLServer 66
#TSQL 56
SQL Server 34
function 11
SSMS 9

Archive · View All
August 2007 17
August 2010 8
June 2012 7
June 2011 7
November 2007 7
August 2012 6
May 2012 6
November 2011 6
August 2011 6
October 2011 6

Madhivanan's TSQL Blog

SQL Server's equivalent of ORALCE functions - Part III

May 10 2011 1:49AM by Madhivanan   

This follows my other two posts at
http://beyondrelational.com/blogs/madhivanan/archive/2011/05/03/sql-server-s-equivalent-of-oracle-functions-part-i.aspx http://beyondrelational.com/blogs/madhivanan/archive/2011/05/03/sql-server-s-equivalent-of-oracle-functions-part-ii.aspx

ORACLE		SQL Server

bfilename	Use OPENROWSET with BULK option

lag  		Join with the same table and get previous row value

Lead 		Join with the same table and get next row value

nvl		isnull

nvl2		CASE expression

decode		CASE expression

uid 		user_id()

median 		Refer this post 
trunc (numbers)	Round

trunc (dates)	Date functions like year(date), month(date), day(date) and Convert function with different date styles


extract		Date functions like year(date), month(date), day(date)

Remainder	Refer this post 

Keep following this and part IV will come shortly

Tags: t-sql, sql_server, sqlserver, tsql, BRH, function, oracle,


Madhivanan
3 · 39% · 12419
1
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

"SQL Server's equivalent of ORALCE functions - Part III" rated 5 out of 5 by 1 readers
SQL Server's equivalent of ORALCE functions - Part III , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]