Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~112 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sreek_1883

create function funAdd2(@a int, @b int, @c int output) returns int as begin declare @c = @a+@b return (@c) end

Member Avatar for debasisdas
0
112