SONG I'LL ALWAYS LOVE "Rooster" by Alice in Chains
SPIRIT ANIMAL Pidgeon
MOVIE I COULD WATCH 100 TIMES Airplane
SARAH RICHARDS'S PICKS
select ProductID,ProductName,ImagePath,Designer,SalePrice,Price, GRoupID,PreOrder,0 as LC,(select top 1 TypeID from mss_Types where TypeID in (select typeid from mss_types where [sign]='DESIGNERS') and TypeID in (select TypeID from mss_Index where ProductID=cache_products.ProductID)) AS DesignerID from cache_Products where (publishdate < getdate() or publishdate is null) and 1=1 and exists (select top 1 1 from mss_index where typeid=4 and productid=cache_Products.productid) and ( ( [Keywords] like '%Sarah%' and [Keywords] like '%Richard%' ) or productname like '%Sarah Richard%' or productID in (select distinct ProductID from msS_Index where TypeID in (select TypeID from mss_Types where TypeName like '%Sarah Richard%' or Remark='Sarah Richard'))) order by PublishDate desc