Embed
Email

Searching

Document Sample

Shared by: Omer Salman
Categories
Tags
Stats
views:
1
posted:
12/5/2011
language:
English
pages:
1
Create Procedure Match_Detail

@Classification int,

@Mc_id int,

@Output varchar(30) OUTPUT

AS

BEGIN

--if C_Name=@Classification

--begin

select c.C_Name AS 'Classification',s.S_name,f.F_Date AS 'Match

Date',f.F_time AS 'Match Time',m.M_TossWonBy AS 'Toss Won By'

from Classification c join Series s

on c.C_id=s.S_id join Fixtures f

on c.C_id=f.F_id join Match m

on s.S_id=m.M_id

where c.C_id = @classification



select @Output=MC_Reason

From Match_closure

where Mc_id=@Mc_id

--end

--else print 'nothing'

END


Related docs
Other docs by Omer Salman
uml_part2
Views: 0  |  Downloads: 0
Insertion Pro.
Views: 2  |  Downloads: 0
Searching
Views: 1  |  Downloads: 0
entities
Views: 0  |  Downloads: 0
Queries
Views: 0  |  Downloads: 0
Insert quries
Views: 0  |  Downloads: 0
Queries
Views: 0  |  Downloads: 0
Updation
Views: 0  |  Downloads: 0
Group-2-BCS-SP10-B
Views: 0  |  Downloads: 0
Description
Views: 0  |  Downloads: 0