![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for Delphi 5 » SQL Reference » INSERT Statement |
INSERT INTO table_reference [AS correlation_name | correlation_name] [EXCLUSIVE] [(columns_list)] VALUES (update_values) | SELECT statement [COMMIT [INTERVAL commit_interval] [FLUSH]]
INSERT INTO Holdings VALUES (4094095,'INPR',5000,10.500,'1998-01-02')
INSERT INTO "Customer" (CustNo, Company) VALUES (9842,'Elevate Software, Inc.')
INSERT INTO "Customer" (CustNo, Company) SELECT CustNo, Company FROM "OldCustomer"
COMMIT [INTERVAL nnnn] [FLUSH]
This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

