Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 10th, 2009, 04:50 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default select statement to display NULL ???

Hi to all...

I have this select statement that i want it to display me blank in the fields it doesn't find it.
i know its not finding it in my 3rd line "join DG D on D.SKU=R.SKU" because i need to fields from it and it doesn't find it....

is there a way to do it???
Thanking you in advance
RINO

select * from RainCheck R
join Store S on S.StoreNo=R.StoreID
join DG D on D.SKU=R.SKU
where StoreID=@intStoreNo
order by ID





Similar Threads
Thread Thread Starter Forum Replies Last Post
Select from another select statement to a repeater simsen ASP.NET 2.0 Professional 0 May 2nd, 2007 04:34 PM
Avoid null display ajaidass ADO.NET 2 January 17th, 2007 03:54 PM
display no heading if null oleafo ASP.NET 1.0 and 1.1 Basics 1 January 8th, 2007 06:23 PM
Display data in textarea with select statement Alex_forever MySQL 6 April 27th, 2004 06:05 PM
Select Statementw where null Tangerine Classic ASP Databases 1 March 22nd, 2004 03:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.