Exponentiation operator in SELECT statement

  • Follow


How would I raise a number to a power in a SELECT statement computed
column?

I have tried the "^" and the "**" operators with no success. I receive
SQL engine error #221: The syntax for an expression or restriction
clause is invalid.
 
E.g., 

select ( 10 ^ 6 ) as Test 
 from TestTable;

I have also not found any documentation for this on Pervasive
web-site.

Tim Farrar
0
Reply twf_news (10) 9/10/2004 10:31:54 AM


0 Replies
360 Views

(page loaded in 0.298 seconds)

Similiar Articles:













7/20/2012 4:36:53 PM


Reply: