How to limit number of rows using Database | Export | Table as Flat File
説明
When using Database | Export | Table as Flat File, how can you add a where condition to only export a subset of the table data?
対策
Instead of using Database | Export | Table, run a query on the table in the Editor to select the specific rows required. Once data has been fetched, use <right click> Export to Flat File. The same dialog window will appear but will use the subset of data instead of the whole table.