(Tạo trang mới với nội dung “As an example, suppose you have a SQL database with two tables you want to import: companies and persons. Each person belong to one company, so you will h…”)
(Không có sự khác biệt)
Bản hiện tại lúc 17:31, ngày 18 tháng 12 năm 2017
As an example, suppose you have a SQL database with two tables you want to import: companies and persons. Each person belong to one company, so you will have to recreate the link between a person and the company he work for. (If you want to test this example, here is a <a href="/base_import/static/csv/database_import_test.sql">dump of such a PostgreSQL database</a>)