CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 19:36:48 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=a1cae8308ab7cf5081946ac0a1bd4b111d5d5a4a24c895f76d69d87f82fe359ba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22qbKzCJsrPGjUUosJAO_9cmn2kjW0Dcvv%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e149b6297f0bc9-BLR
TABLA CARGO INTERNACIONAL [SSMS] - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- TABLA CARGO INTERNACIONAL
- CREATE PROCEDURE inserta_cargo_internacional
- @codi_carg int,
- @descripcion nvarchar(40)
- AS
- BEGIN
- INSERT INTO CARGO_INTERNACIONAL (codi_carg, descripcion)
- VALUES (@codi_carg, @descripcion)
- END
- -- *******************************************************
- CREATE PROCEDURE actualiza_cargo_internacional
- @codi_carg int,
- @descripcion nvarchar(40)
- AS
- BEGIN
- UPDATE CARGO_INTERNACIONAL
- SET descripcion = @descripcion
- WHERE codi_carg = @codi_carg
- END
- -- *******************************************************
- CREATE PROCEDURE elimina_cargo_internacional
- @codi_carg int
- AS
- BEGIN
- DELETE FROM CARGO_INTERNACIONAL
- WHERE codi_carg = @codi_carg
- END
- -- *******************************************************
- CREATE PROCEDURE consulta_cargo_internacional
- @codi_carg int,
- @descripcion nvarchar(40) OUTPUT
- AS
- BEGIN
- SELECT @descripcion = descripcion
- FROM CARGO_INTERNACIONAL
- WHERE codi_carg = @codi_carg
- END
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 3 sec ago | 0.25 KB
-
🚀 Swapzone +37% glitch
JavaScript | 10 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 12 sec ago | 0.15 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 12 sec ago | 0.25 KB
-
🚨 Free Crypto Method 🚨
JavaScript | 20 sec ago | 0.24 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 21 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 24 sec ago | 0.15 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ H
JavaScript | 29 sec ago | 0.25 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