VERWENDEN [NewFlorist]
GEHEN
/****** Gegenstand: StoredProcedure [dbo]. [HomePageProducts] Index-Datum: 07/22/2010 16:28: 6 ******/
ANSI_NULLS AN EINSTELLEN
GEHEN
QUOTED_IDENTIFIER AN EINSTELLEN
GEHEN
VERFAHREN [dbo] VERURSACHEN. [ProductPriceSearch]
@SiteID int,
@ID int
WIE
ANFANGEN
NOCOUNT AN EINSTELLEN;
vorwählen
P.ID ProductiD,
P.ProductName,
P.ProductPhoto,
LINKS (P.ProductDescription, 44) + '… 'ProductDescription,
S.Price
vom dbo. Produkt P
inner dbo.ProductSelect S verbinden
auf S.ProductID = P.ID
wo
P.FloristID = @SiteID
und P.HP = „Y“
und S.PriceDescription = „1“
UND ( (@ID = 1 und S.Price < 25="">= 25 und s.Price < 35="">= 50)
)
ENDE
|