Opened 11 years ago
Closed 11 years ago
#635 closed task (fixed)
Document SELECT INTO
Reported by: | Dimitar Misev | Owned by: | Peter Baumann |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | manuals_and_examples | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
rasql supports SELECT INTO
since quite some time, but this is not in the QL guide yet.
The syntax is
SELECT mddExpr INTO newColl FROM .. WHERE ..
The resulting mddExpr in the SELECT clause is inserted into newColl. If newColl does not exist in the database yet it is automatically created, based on the type of mddExpr.
Systemtest can be found in source:systemtest/testcases_mandatory/test_manipulation/test.sh
Change History (2)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.