Opened 10 years ago

Last modified 10 years ago

#635 closed task

Document SELECT INTO — at Version 1

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 (1)

comment:1 by Dimitar Misev, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.