Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CQL Insert Into from Select ?

0 Kudos

Hey guys,

how can I insert data from a table into another table with cql?

In SQL it looks like this:


INSERT INTO "NewTable" ("UserId")
SELECT "UserId"
FROM "OldTable"

Best regards

Christian

  • SAP Managed Tags:
0 REPLIES 0