[gnome-db] Inserting multiple rows in 1 query



Is there any way to represent an INSERT query which creates more than 1 row. In SQL, this would be represented by INSERT INTO my_table VALUES(0,100,'Sentence 1'),(0,200,'Sentence 2')? I don't see any way to attach values to a GdaQuery to represent multiple rows.

Phil


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]