摘要:
-- 关联查询-- select * from Goods_BomItems s,Goods_Bom t where t.GoodsBomId = s.GoodsBomId and t.GoodsBomCode='1042669' -- 范围查询-- select * from Goods_Bom 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using MongoDB; using MongoDB.Configuration; using System.Linq.Exp 阅读全文