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