Login ProductsSalesSupportDownloadsAbout |
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 Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |