Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

How to get data from Excel to Teradata table without using teradata olap connector - response (3) by goldminer

$
0
0

Try the following:
1. Save your spreadsheet as tab delimited
2. Open up SQLA
3. Navigate to File and select 'Import Data'
4. Compose something similare to:
     insert into databasename.tablename values (?,?,?,?,?); <== however many columns are in the table and spreadsheet
5. Execute the query
6. Navigate to the location where the tab delimited file is stored.
7. Select the file and the table will be loaded from the file.


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>