sql语句...查了什么???
作者:admin 日期:2007-3-24 16:42:9
SELECT a.Id, a.ProductBrandName, a.ProductName, a.ProductLength, a.ProductWidth,
a.ProductHeight, b.ProducerNetName, a.Price, c.ProductMeterialName,
d.ProductColorName, e.ProductStyleName, a.CoverallStates, f.MatURL
FROM productinfo a INNER JOIN
ProducerNet b ON a.ProducerNet_Id = b.ProducerNet_Id INNER JOIN
ProductMeterial c ON a.ProductMeterial_Id = c.ProductMeterial_Id INNER JOIN
ProductColor d ON a.ProductColor_Id = d.ProductColor_Id INNER JOIN
ProductStyle e ON a.ProductStyle_Id = e.ProductStyle_Id INNER JOIN
ProductFlash f ON a.Id = f.Id
WHERE (a.ProductBrandName = '"&ProductBrandName&"')
Order By a.CreateTime Desc
a.ProductHeight, b.ProducerNetName, a.Price, c.ProductMeterialName,
d.ProductColorName, e.ProductStyleName, a.CoverallStates, f.MatURL
FROM productinfo a INNER JOIN
ProducerNet b ON a.ProducerNet_Id = b.ProducerNet_Id INNER JOIN
ProductMeterial c ON a.ProductMeterial_Id = c.ProductMeterial_Id INNER JOIN
ProductColor d ON a.ProductColor_Id = d.ProductColor_Id INNER JOIN
ProductStyle e ON a.ProductStyle_Id = e.ProductStyle_Id INNER JOIN
ProductFlash f ON a.Id = f.Id
WHERE (a.ProductBrandName = '"&ProductBrandName&"')
Order By a.CreateTime Desc
评论: 0 | 引用: 0 | 查看次数:
发表评论
上一篇
下一篇
Tags: