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)
 An Sql Select statement w/out using any base table

Author  Topic 

Yonkouturko
Yak Posting Veteran

59 Posts

Posted - 2014-07-25 : 09:38:54
Lets say i have 4 table
tblReceiveInformtion
tblReceiveInformtionItemList

tblDeliveryInformtion
tblDeliveryInformtionItemlist



how can i show this kind of select statement(view actually)


date Item Description qty and received by
date Item Description qty and Delivered by

MichaelJSQL
Constraint Violating Yak Guru

252 Posts

Posted - 2014-07-25 : 09:48:01
Are these all the relevant columns in the table? Which is the key between the tables?
Go to Top of Page
   

- Advertisement -