Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare('
       select * from album,song
    ...
        'Until the End of the World',
        '1'
      ];
    
  2. or download this
    my @fields = map {
       $_->[0]
    ...
       from song
    ");
    $sth->execute();