in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • NULL on joined columns

    You know that NULL values on joined columns are omitted from comparision when tables are joined Consider this example Declare @t1 table ( col1 int , col2 varchar ( 10 )) insert into @t1 select 1 , 'test1' union all select 2 , 'test2' union all select NULL, 'test3' union all select...
    Posted to Madhivanan (Weblog) by Madhivanan on Wed, Dec 24 2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems