Help for this page

Select Code to Download


  1. or download this
    my $data = qq(SELECT id FROM table ORDER BY id DESC); # +1
    
  2. or download this
    my $data = qq(SELECT id FROM table ORDER BY id DESC LIMIT 1); # +1