Jan 19, 2005 #1 oana12 Programmer Jan 6, 2005 21 CA Hi, How ca I do this in DB2 ? SELECT ISNULL(A & B, 0) THANKS
Jan 19, 2005 #2 MarcLodge Programmer Feb 26, 2002 1,886 GB You should be able to achieve what you require by using the CASE statement. Marc Upvote 0 Downvote
Jan 21, 2005 Thread starter #3 oana12 Programmer Jan 6, 2005 21 CA How to use CASE here? Upvote 0 Downvote