Application Development and Automation 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: 
Read only

CQL Insert Into from Select ?

0 Likes
583
  • SAP Managed Tags

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

0 REPLIES 0