Help for this page

Select Code to Download


  1. or download this
    package SQL::Builder::Select;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    my $select = new SQL::Builder::Select;
    
    $select->column( @cols );
    $select->table( @tables );