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
 General SQL Server Forums
 New to SQL Server Programming
 Need a quick refresher course/article on complex S

Author  Topic 

Jim Beam
Posting Yak Master

137 Posts

Posted - 2010-09-18 : 08:19:03
Hi all,

I know WHAT inner joins are, but I just wanted to get refreshed on their use with 3+ table joins, along with the most commonly used statements/clauses, ie Datediff's, Cast's etc.

The purpose is to be able to read a statement and have a good idea at a glance what info it pulls from what tables and how (if at all) it converts it, so if there are any articles discussing the more common elements, I'd be grateful

Thanks,

Jim

slimt_slimt
Aged Yak Warrior

746 Posts

Posted - 2010-09-18 : 09:08:14
use BOL.
e.g.: http://msdn.microsoft.com/en-us/library/ms177634.aspx
Go to Top of Page
   

- Advertisement -