Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Sql Query

Author  Topic 

vjs2445
Starting Member

16 Posts

Posted - 2011-09-08 : 16:35:49
I have two tables:

Tbl1

Date Name
2011-09-08 Test1
2011-09-08 Test2

Tbl2

Name
Test1
Test2
Test3

I need some help in sql query which display following result combining two tables:

Date Name

2011-09-08 Test1
2011-09-08 Test2
Null Test3

Thanks in advance for your help.

vjs2445
Starting Member

16 Posts

Posted - 2011-09-08 : 16:51:24
I got it guys.

Thanks n regards,
Go to Top of Page
   

- Advertisement -