Opened 11 years ago
Last modified 11 years ago
#635 closed task
Document SELECT INTO — at Initial Version
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
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.
Note:
See TracTickets
for help on using tickets.