my $sql = $builder->build_sql( select => [ 'A.foo', 'E.bar', ], where => [ 'D.abcd = ?', ], );