declare
x number;y number;
begin
x :=&x;
y :=&y;
if( x > y)then
dbms_output.put_line('x is largest than y');
else
dbms_output.put_line('y is largest than x');
end if;
end;
We use cookies and similar technologies (like Ahrefs and Google Analytics) to improve your experience and analyze site traffic. By clicking "Accept", you consent to our use of these tools. See our Privacy Policy for details.
No comments:
Post a Comment