小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我有三个集合,分别是Machine,记录着机器编号;Good,记录着商品名字和价格;Goods,记录着商品的库存、销量和名字,现在我想要把集合Goods中的销量和Good中的价格相乘得出利润,渲染到Machine中
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
可以多表查询,了解一下lookup
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/aggregate/Aggregate.lookup.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
1、只能用lookup;
2、建议重新设计表结构,多表合一;
lookup可以多次,建议最多两次。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
可以多表查询,了解一下lookup
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/database/aggregate/Aggregate.lookup.html
1、只能用lookup;
2、建议重新设计表结构,多表合一;
lookup可以多次,建议最多两次。