SELECT
それぞれを手動で実行するのではなく、以下のクエリを1つのクエリにアセンブルするクエリを作成するのに少し問題があります。これにより、CSVファイルをより簡単かつ迅速に作成できます。
select top 200 * from dbo.abacus where type = 'A'
select top 200 * from dbo.abacus where type = 'B'
select top 200 * from dbo.abacus where type = 'E'
select top 200 * from dbo.abacus where type = 'F'
select top 200 * from dbo.abacus where type = 'F'
select top 200 * from dbo.abacus where type = 'FX'
select top 200 * from dbo.abacus where type = 'E'