First page Back Continue Last page Graphics

Continuation of Notes


Notes:

Notes continued from the previous page:

A literal (constant) is a better choice in this situation, In pseudo-code, it might look something like this:

if bind_variable = ‘Y’ then
select * from t where x = ‘Y’;
else
select * from t where x = ‘N’;
end if;