DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: square operator

  1. #1
    Join Date
    Nov 2001
    Posts
    110
    what charachter can be used for the square operator(example area=pi*r*r);

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Code:
    SQL> select power(2,4) from dual;
    
    POWER(2,4)
    ----------
            16
    http://otn.oracle.com/docs/products/...tion.htm#84600
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width