Click here to Skip to main content
15,907,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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.
Posted
Comments
PIEBALDconsult 5-Aug-14 10:18am    
Unclear. Do you just want to see a list of columns? Or do you want to see the rows as well?
coded007 5-Aug-14 10:18am    
Have you tried atleast once to do that? what is the condition you want intersection or union all.
[no name] 5-Aug-14 10:19am    
http://www.sqltraining.org/selecting+data+from+multiple+tables/

 
Share this answer
 
SQL
Select * from Table1,Table2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900