Help for this page

Select Code to Download


  1. or download this
    $query =~ s/,$//;
    
  2. or download this
    my @cols = qw(foo bar baz);
    $query1 = 'select ' . join (',',@cols);