Home Forums SQL Server 2008 T-SQL (SS2K8) How to display Columns based on other table values RE: How to display Columns based on other table values

  • Look at using LEFT OUTER JOINS and either ISNULL (SQL Server specific) or COALESCE (ANSI Standard).