Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 6th, 2016
214
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PL/SQL
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
DECLARE
seqval
NUMBER
;
BEGIN
SELECT
NVL
(
MAX
(
reservation_id
)
,
0
)
INTO
seqval
FROM
reservation
;
:
NEW
.
nummer
:=
seqval
+
1
;
END
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
remove_package.bat
Batch | 3 min ago | 0.17 KB
Insurance.java
Java | 1 hour ago | 4.78 KB
welcome.blade.php
PHP | 1 hour ago | 69.96 KB
spatialInfoBot
Lua | 3 hours ago | 6.19 KB
2025-06-11_stats.json
JSON | 3 hours ago | 3.03 KB
2025-06-11_stats.json
JSON | 3 hours ago | 3.03 KB
2025-06-11_stats.json
JSON | 3 hours ago | 3.03 KB
mg-zg04w.mjs
JavaScript | 4 hours ago | 1.35 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!