mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@6312 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6c54b7a8ab
commit
fc9e20706a
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ GUI_APP_MAIN
|
|||
EXP(Select(All(COL)).From(TABLE1));
|
||||
EXP(Select(Count(COL)).From(TABLE1));
|
||||
EXP(Select(SqlAll()).From(TABLE1));
|
||||
EXP(SelectAll().From(TABLE1));
|
||||
EXP(Select(SqlCountRows()).From(TABLE1));
|
||||
EXP(Select(COL).From(TABLE1).OrderBy(Descending(COL)));
|
||||
EXP(Select(SqlMax(COL)).From(TABLE1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue