Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 22nd, 2018
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
delimiter ;
drop procedure if exists get_user;
delimiter #
create procedure get_user
(
in p_user_id int
)
begin
select u.* from users as u where u.user_id = p_user_id;
end #
delimiter ;
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ PayPal Hits
JavaScript | 1 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 4 sec ago | 0.08 KB
MAKE $5000 INSTANTLY 4
JavaScript | 7 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 7 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 10 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 15 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 18 sec ago | 0.08 KB
FREE BTC GUIDE 0
JavaScript | 20 sec ago | 0.08 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!