Sun May 26 2024 17:29:57 GMT+0000 (Coordinated Universal Time)
Saved by @signup
Declare a integer :=&a; b integer :=&b; c integer; begin c:=a+b; dbms_output.put_line('sum are '||c); end; /
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments