Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(
      "select CAST('STARTEND' AS String) as COLA, 'STARTEND' PEPSI")
      or die "prepare statement failed: $dbh->errstr()";