如何在Sql Server中显示多个表中的所有列 [英] How to display all columns from multiple tables in Sql Server

查看:315
本文介绍了如何在Sql Server中显示多个表中的所有列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨frnds,



如何在Sql Server中显示多个表中的所有列



I有两张桌子



我需要显示所有栏目。



请帮助。

解决方案

使用SQL JOIN

1. sql_join [ ^ ]

2. SQL联接的可视化表示 [ ^ ]


 选择 * 来自 Table1,Table2 


Hi frnds,

How to display all columns from multiple tables in Sql Server

I have Two tables

I need to display all columns.

Please help.

解决方案

Use SQL JOIN
1. sql_join[^]
2. Visual Representation of SQL Joins[^]


Select * from Table1,Table2


这篇关于如何在Sql Server中显示多个表中的所有列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆