문제

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