![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for RAD Studio XE (Delphi) » 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 Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

