Saturday, November 15, 2008

Exponentiation Operator in Oracle




SQL>
SQL> SET SERVEROUTPUT ON
SQL> BEGIN
2 DBMS_OUTPUT.PUT_LINE(4 ** 2);
3 END;
4 /
16

PL/SQL procedure successfully completed.

No comments:

search engine

Custom Search