Opened 10 years ago

Closed 10 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 Dimitar Misev)

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 Dimitar Misev, 10 years ago

Description: modified (diff)

comment:2 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.