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
 how to NOT print a blanks line

Author  Topic 

AdamWest
Constraint Violating Yak Guru

360 Posts

Posted - 2010-06-08 : 12:52:41
I want to print

Address1

Address2

Address3



But not leave a blank line if the field is empty… How can this be accomplished? I am thinking to handle this in the SQL
is there a way to pass a variable that would control the printing?
   

- Advertisement -