select * from tbl_BID_Skus where ownerId = and ownerType = and ( bidComments is not null and bidComments <> '' or overrideDesc = 'Y' ) order by bidMfrId select bidMfrName, mfrId from tbl_BID_Manufacturers where ownerId = and ownerType = and bidMfrId = #ucase( qmd_manufacturers.bidMfrName )# - #qmd_manufacturers.mfrId#
  SKU: #bidSku# (#bidSkuId#) :: TERRITORIES: SELECT overrideDesc, bidSkuDesc, bidPackSizeDesc, bidComments, includeCommentsOnQuote from tbl_BID_Skus WHERE ownerId = AND ownerType = AND bidMfrId = AND bidSkuId = SELECT territoryId from tbl_BID_SkusOverride WHERE ownerId = AND ownerType = AND bidSkuId = #_resourceIdList#
INSERT into tbl_BID_SkusOverride ( ownerId, ownerType, bidSkuId, bidMfrId, territoryId, overrideDescOverride, bidSkuDescOverride, bidPackSizeDescOverride, bidCommentsOverride, includeCommentsOnQuoteOverride ) VALUES ( , , , , , , , , , ) update tbl_BID_Skus set overrideDesc = 'N', bidComments = NULL, deletedBidComments = where ownerID = and ownerType = and bidMfrId = AND bidSkuId =