dtv7174 2015-12-21 20:17
浏览 28

如何从多个表中选择*

I have two tables, table1 and table2. table1 has 2 rows. table2 has 3 rows. so, totally table1 and table2 have 5 rows. I want to show the 5 rows by selecting table1 and table2 at a time. how todo? can you help me please. don't add any where clause.

  • 写回答

1条回答 默认 最新

  • dongxin8709 2015-12-21 20:20
    关注

    depends on what the table structure is. if you have a PK > FK relationship you can join the tables like so

    SELECT stuff
    FROM table1 t1
    JOIN table2 t2 ON t1.someID = t2.someID
    

    if there is no correlation then you can use a UNION

    SELECT stuff 
    FROM table1
    UNION
    SELECT stuff
    FROM table2
    

    One thing to note about using a UNION. the columns have to match so if you have the same type of data in both tables this works fine or else you will have to specify which columns to be selected out.

    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度