devxlogo

Exporting a Table Informix 7.25

Exporting a Table Informix 7.25

Question:
How do I export only one table, then import the same table back into Informix?

Answer:
Use the SQL UNLOAD command:

UNLOAD to filename.unl select * from tablename

When it’s finished, you can use the following SQL statement to bring it back:

LOAD from filename.unl insert into new_tablename

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist