Help for this page

Select Code to Download


  1. or download this
    DBD::Oracle::db prepare failed: ORA-00907: missing right parenthesis (
    +DBD ERROR: error possibly near <*> indicator at char 114 in '    sele
    +ct
            (FROM_TZ(
    ...
                :timezone
            ) <*>AT TIME ZONE :timezone ) AS MY_RESULT
        from dual ...
    
  2. or download this
    use strict;
    use warnings;
    ...
    SQL
    
    $sth->bind_param(':TIMEZONE', 'Europe/Berlin') or die $dbh->errstr;