select field1 from table1 where field1 like * ;
select field2 from table2 where field2 like * ;
如何横向合并起来 union all 用过 是 纵向合并
如何把两个sql语句结果 横向合并起来
答案:2 悬赏:60 手机版
解决时间 2021-02-20 19:02
- 提问者网友:溺爱和你
- 2021-02-20 14:53
最佳答案
- 五星知识达人网友:笑迎怀羞
- 2021-02-20 16:15
select table1 .field1, table2. field2 from table1
full join table2 on 1=1
full join table2 on 1=1
全部回答
- 1楼网友:人间朝暮
- 2021-02-20 16:39
select scorse1+scorse2+scorse3 from 你的数据库名
这样就可以看到结果了。
若要写入到total字段,就用更新命令update原理一样。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯