Connecting Tech Pros Worldwide Help | Site Map

NULL to Empty

Newbie
 
Join Date: Aug 2005
Posts: 1
#1: Aug 14 '05
In and stored procedure, how can I change any null result to empty?

In other words, select both: null and empty records when the query includes WHERE Field LIKE '%' (my condition LIKE '%' excludes NULLs)
Reply