Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DECLARE
- a NUMBER(8,2):= &a;
- b NUMBER(8,2):= &b;
- BEGIN
- DBMS_OUTPUT.put_line(a || '*' || b || '=' || a*b);
- END;
- /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement