摘要:
数据库中有对应的数据记录则更新数据,无对应的数据记录则插入数据。 if exists(select saleId from Photo_Sale_Picture where saleId = @saleId)UPDATE Photo_Sale_Picture SET SaleId=@saleId... 阅读全文
posted @ 2016-08-12 16:31
代码养家
阅读(1680)
评论(0)
推荐(0)
|
摘要:
数据库中有对应的数据记录则更新数据,无对应的数据记录则插入数据。 if exists(select saleId from Photo_Sale_Picture where saleId = @saleId)UPDATE Photo_Sale_Picture SET SaleId=@saleId... 阅读全文
posted @ 2016-08-12 16:31
代码养家
阅读(1680)
评论(0)
推荐(0)
摘要:
//获取属性 ProductPropertyDataSet propertyList = ProductProperty.SelectProductPropertyData(); ... 阅读全文
posted @ 2016-08-12 11:48
代码养家
阅读(469)
评论(0)
推荐(0)
|