سؤال

How would you manipulate a query so that the rows with null values in a table resulting from a full outer join do not show up in the result?

هل كانت مفيدة؟

المحلول

WHERE value IS NOT NULL

You can find a full explanation here:

http://www.w3schools.com/sql/sql_null_values.asp

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top