Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » Administrative Statements » IMPORT TABLE |
IMPORT TABLE <ImportTable> FROM <FileName> IN STORE <StoreName> [(<ColumnName>[,<ColumnName>])] [FORMAT DELIMITED|XML] [ENCODING AUTO|ANSI|UNICODE] [DELIMITER CHAR <DelimiterChar>] [QUOTE CHAR <QuoteChar>] [DATE FORMAT <DateFormat>] [TIME FORMAT <TimeFormat> [AM LITERAL <AMLiteral> PM LITERAL <PMLiteral>]] [DECIMAL CHAR <DecimalChar>] [BOOLEAN TRUE LITERAL <TrueLiteral> FALSE LITERAL <FalseLiteral>] [USE HEADERS] [MAX ROWS <MaxRowCount>] <ImportTable> = <TableName>|<ViewName> <DateFormat> = YYYY or YY = Year digits MM or M = Month digits DD or D = Day digits Any other character = literal <TimeFormat> = HH or H = Hours digits MM or M = Minutes digits SS or S = Seconds digits ZZZ or Z = Milliseconds digits N = AM/PM literal Any other character = literal
<row> <columnname>data</columnname> [<columnname>data</columnname>] </row>
DELETE FROM <TableName>|<ViewName>
<columns> <column>columnname</column> [<column>columnname</column>] <columns>
-- The following example imports tab-delimited -- data from an import file into the Customer table, -- using the first line in the import file to determine -- which columns to import IMPORT TABLE Customer FROM "custdata.txt" IN STORE "ImportFiles" DELIMITER CHAR #9 USE HEADERS
Deviation | Details |
Extension | This SQL statement is an ElevateDB extension. |
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 |