Help for this page

Select Code to Download


  1. or download this
    my $SQL1=q{SELECT
        to_char(pp.SUBMITTIME, 'YYYY-MM-DD HH:MM:SS') SUBMITTIME,
    ...
    and pp.SUBMITTIME between $StartTime and $EndTime
    order by
        pp.SUBMITTIME};