Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL

select *
from   toys 
where  not colour = null;

select *
from   toys 
where  colour <> null;
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged: #SQL
ADD COMMENT
Topic
Name
9+7 =