1: 2: 3: 4:
declare @ProjectID int select @ProjectID = 6233 Select * From Project Where ProjectID = @ProjectID