The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Storm::SQL::Fragment::Where::SubgroupStart;
{
  $Storm::SQL::Fragment::Where::SubgroupStart::VERSION = '0.18';
}
use Moose;



sub sql { return '(' };



no Moose;
__PACKAGE__->meta()->make_immutable();