{fn POWER(numeric-expression,power)}| 基本の数値。 | |
SET a=1 WHILE a<17 { &sql(SELECT {fn POWER(2,:a)} INTO :b FROM Sample.Person) IF SQLCODE'=0 { WRITE !,"Error code ",SQLCODE QUIT } ELSE { WRITE !,"2 to the ",a," = ",b SET a=a+1 } }
| Copyright © 1997-2006, InterSystems Corp. | Build: Caché v5.1 (826U-0) | Last updated: 2006-03-03 02:12:52 | Source: RSQL_power.xml |