Do simple calculation by using dual : DUAL Table « Table « Oracle PL / SQL






Do simple calculation by using dual

    

SQL>
SQL> select 123 * 456 from dual;

   123*456
----------
     56088

SQL>
SQL> select sysdate from dual;

SYSDATE
----------
26-10-2009

SQL>

   
    
    
    
  








Related examples in the same category

1.The DUAL Table
2.SELECTING FROM DUAL