douhu1990 2016-08-20 15:46
浏览 76

从子查询MySQL中选择列中的值

I am working on two database tables.

Table A contains the name of a lot of products:

_id,
prod_name, 
prod_description,
...

Table B has notes (they are sales):

_id, 
note_num, 
prod_id, 
prod_price, 
quantity,
...

I am looking for some automation in my code

I want to have a select like the following:

SELECT note_num, prod_id, (I want the prod_name from table A), prod_price 
FROM tableB 
WHERE id_ = 1

But, the retriever of data is an array.

I think I missing something in my subquery

(SELECT prod_name FROM tableA WHERE prod_id = prod_id)

My output must be an array like this:

5  | Pink(with id 50) | 40.00
5  | Blue(with id 20) | 50.00
5  | Red (with id 10) | 55.50
  • 写回答

3条回答 默认 最新

  • dongpinyao2203 2016-08-20 15:49
    关注

    Assuming that the tableA key too is prod_id use INNER JOIN

    "SELECT note_num, prod_id, tableA.prod_name, prod_price 
     FROM tableB 
     INNER JOIN tableA on tableB.prod_id = tableA.prod_id 
     WHERE id_ = 1"
    
    评论

报告相同问题?

悬赏问题

  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构