Help for this page

Select Code to Download


  1. or download this
    my $query = "SELECT post, post_time, user_id, post_id 
                 FROM my_table
                 WHERE post_time > sysdate + 1
                 ORDER BY post_id;";