Text Size: Normal / Large

Populating a Class with Instances

The insert statement is used to populate a class with instances:

INSERT INTO weather
     VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994')

You can also use the copy command to perform load large amounts of data from flat (ASCII) files.

Privacy Policy | Project hosted by our server sponsors. | Designed by tinysofa
Copyright © 1996 – 2009 PostgreSQL Global Development Group