Don't use maxTypeid = null never, because
null = null --> FALSE
right statment :
if maxTypeid is null then
dbms_output.put_line('no data');
else
dbms_output.put_line('a' || maxTypeid || 'b');
end if;
|
Results 1 to 3 of 3
Thread: what is "null"Threaded View
|
Click Here to Expand Forum to Full Width |