Division Operation In SQL

declare @a int,@b int
declare @C float
set @a = 100
set @b=200
set @c= cast(@a as float)/cast(@b as float)
print @C

Comments

Popular posts from this blog

IBM FileNet: Bulk Processing using JavaScript

DB2 Date Time Functions

File Net Insert Document