Help for this page

Select Code to Download


  1. or download this
    my $stime = '2010-01-01 00:00:00'
    my $qstring = qq{select * from mytable where start > $stime
    return};
    
  2. or download this
    my $stime = '2010-01-01 00:00:00'
    my $qstring = qq{select * from mytable where start > '$stime'
    return};