
上QQ阅读APP看书,第一时间看更新
In Express
This one is also as easy as Studio Express. The prerequisites are the same as Studio:
- Select the Import data option from the File tab.
- You need to write SQL to start importing the data.
ins into AP.countries (?,?)
- ? here defines the number of columns in your file.
- Turn off the import function and execute Sel * from the table name to verify the data:

Use different formats to import files from Tools | Options | Export/Import.
To use the CSV file, select Options, as shown in the following screenshot:

Data transfer is a two-way street. We sometimes also have requirements to export the data to a file.
Teradata Studio Express and SQL Assistant both can be used to export data as well.