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@12020 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b50ea5b44a
commit
2bc480dda9
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ GUI_APP_MAIN
|
|||
EXP(Insert(TABLE1)(COL, Select(COLUMN1).From(TABLE1).Where(COLUMN2 == 21).AsValue()));
|
||||
EXP(Insert(TABLE1)(COLUMN1, "unique_value").Where(NotExists(Select(ID).From(TABLE1).Where(COLUMN1 == "unique_value"))));
|
||||
EXP(Insert(TABLE1)(COLUMN1)(COL, SqlSum(COLUMN2)).From(TABLE1).Where(COL >= 0).GroupBy(COLUMN1).Having(COLUMN2 > 10));
|
||||
EXP(Insert(TABLE1)(COLUMN1, 12)(COLUMN2, "hello")(COL, Date(2007, 1, 1)).Returning(ID));
|
||||
|
||||
EXP(Update(TABLE1)(COLUMN1, 13)(COLUMN2, "world").Where(COL > Date(2007, 1, 1)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue