문제

As seen in this answer I can use jailer in order to export a subset of data into an SQL script.

But in my case I also want to exclude some tables completely from being extracted at all especially on tables relating on the table that I want to extract.

So how I can exclude the unwanted tables?

도움이 되었습니까?

해결책

Disable all associations to these unwanted tables. (Alternatively, but not recommended: remove the unwanted tables from the data model)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top