{fn POWER(numeric-expression, power)}| 基本の数値 | |
SET a=1 WHILE a<17 { &sql(SELECT {fn POWER(2,:a)} INTO :b FROM Sample.Person) WRITE !,"2 to the ",a," = ",b SET a=a+1 }
| Copyright © 1997-2005, InterSystems Corp. | Last updated: 2005-06-25 17:27:20 | Source: RSQL_power.xml |