mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-07 10:34:54 -06:00
.docs
git-svn-id: svn://ultimatepp.org/upp/trunk@6937 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
26077601e9
commit
09a1cddc4e
1 changed files with 5 additions and 1 deletions
|
|
@ -115,7 +115,11 @@ topic "SqlExp in examples";
|
|||
[s0;%- [C1 .From(TABLE)]]
|
||||
:: [s0;%- [C1 select ][*C1 avg(COLUMN)]&]
|
||||
[s0;%- [C1 from TABLE]]
|
||||
:: [s0;%- [C1 Select(][*C1 Stddev(COLUMN)][C1 )]&]
|
||||
::= [s0;%- [C1 Select(][*C1 Abs][C1 (][*C1 COL][C1 ))]&]
|
||||
[s0;%- [C1 .From(TABLE1)]]
|
||||
:: [s0;%- [C1 select ][*C1 abs][C1 (][*C1 COL][C1 )]&]
|
||||
[s0;%- [C1 from TABLE1]]
|
||||
::^ [s0;%- [C1 Select(][*C1 Stddev(COLUMN)][C1 )]&]
|
||||
[s0;%- [C1 .From(TABLE)]]
|
||||
:: [s0;%- [C1 select ][*C1 stddev(COLUMN)]&]
|
||||
[s0;%- [C1 from TABLE]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue