Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for Delphi 5 » SQL Reference » EXPORT TABLE Statement |
EXPORT TABLE [IF EXISTS] table_reference [EXCLUSIVE] TO text_file_name [DELIMITER delimiter_character] [WITH HEADERS] [COLUMNS (column_name [, column_name])] [DATE date_format] [TIME time_format] [DECIMAL decimal_separator]
EXPORT TABLE Employee TO "c:\mydata\employee.txt" WITH HEADERS COLUMNS (ID, FirstName, LastName)
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 |