Sep 17, 2008 #1 dand11 Programmer Joined Jun 24, 2008 Messages 63 Location US What is the MySQL equivalent to SQL Server's IsNull(Field,'')
Sep 17, 2008 Thread starter #2 dand11 Programmer Joined Jun 24, 2008 Messages 63 Location US Found it: IF (ISNULL(field),'',field) Upvote 0 Downvote
Sep 17, 2008 #3 r937 Technical User Joined Jun 30, 2002 Messages 8,847 Location CA dand11, please use COALESCE instead!!! r937.com | rudy.ca Upvote 0 Downvote
Sep 19, 2008 Thread starter #4 dand11 Programmer Joined Jun 24, 2008 Messages 63 Location US Will do. Thanks r937 Upvote 0 Downvote