Creating, Importing, and Exporting Data
The tables that you create with PCC are initially empty. You can add data to them through PCC or by importing data. PCC provides a wizard to export data and one to import data.
Creating Data Through PCC
See To add rows of data to the Grid.
Importing Data with Bulk Data Utility
See bdu in PSQL User's Guide.
Importing Data with Import Data Wizard
The Import Data Wizard reads delimited data from a text file and adds the data to a table. The wizard allows you to specify the following:
Restrictions
The data must use a field delimiter of the comma, colon, or tab character. A combination of carriage return and line feed must delimit records.
1
This is the table into which you want to import the data. If you are interested in system tables, expand the Tables node under System Objects.
2
Click Import Data.
3
Exporting Data with Export Data Wizard
The Export Data Wizard exports data from a table to a text file. A combination of carriage return and line feed delimits records.
The wizard lets you specify the following:
1
If you are interested in system tables, expand the Tables node under System Objects.
2
Click Export Data.
3