my $data = qq(SELECT id FROM table ORDER BY id DESC); # +1 #### my $data = qq(SELECT id FROM table ORDER BY id DESC LIMIT 1); # +1