Corinne Laborde  wrote: 
If I have this table :

CREATE TABLE person (
        name    char,
        age        int
)


If I want to insert datas (with just one insert statement) on this table, with a Transbase database, I can write :

INSERT INTO person TABLE (
    ('person1', 15),
    ('person2', 45),
    ('person3', 33),
    ('person4', 89),
    ...
)


Does it exist with sapDB ? What is the correct syntax ?

 
This does NOT exist for SAP DB.
I do not think that you want to type all these values. Therefore I assume you do have a
file with those values in. And then the replication manager is the tool which will help
you loading your data. See the documentation how to do this.
 
Elke
SAP Labs Berlin 

Reply via email to