SQL adaptation guide For SQLite 3.5.x, 3.6.x / BDL programming |
Informix® provides two SQL instructions to export / import data from / into a database table: The UNLOAD instruction copies rows from a database table into a text file and the LOAD instructions insert rows from a text file into a database table.
SQLite 3.0 does not natively provide LOAD / UNLOAD instructions.
LOAD and UNLOAD instructions are supported.