CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:36:15 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=c904fb0e58f989c2f90b1906ec0c85caafc3c9bcd91fca1f270c82e01eaaba39a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22ioD1PSs8bg9Rv6mNBSCk5CEND5tfPve0%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d22db6ff7875e9-BLR
Conversao Sim Nao - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TYPE simnaobool AS ENUM ('Sim', 'Não'); -- (TRUE=Sim, FALSE=Não)
- CREATE TYPE simnaoint AS ENUM ('Sim', 'Não'); -- (1=Sim, 0=Não)
- CREATE OR REPLACE FUNCTION bool2simnao(boolean)
- RETURNS simnaobool AS $$
- BEGIN
- RETURN CASE WHEN $1 THEN 'Sim'::simnaobool ELSE 'Não'::simnaobool END;
- END;
- $$ LANGUAGE plpgsql IMMUTABLE;
- CREATE OR REPLACE FUNCTION int2simnao(integer)
- RETURNS simnaoint AS $$
- BEGIN
- RETURN CASE WHEN $1 = 1 THEN 'Sim'::simnaoint ELSE 'Inativo'::simnaoint END;
- END;
- $$ LANGUAGE plpgsql IMMUTABLE;
- CREATE CAST (boolean AS simnaobool) WITH FUNCTION bool2simnao(boolean) AS IMPLICIT;
- CREATE CAST (integer AS simnaoint) WITH FUNCTION int2simnao(integer) AS IMPLICIT;
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 2 sec ago | 0.10 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 9 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 15 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch
JavaScript | 19 sec ago | 0.24 KB
-
📝 Exchange profit method
JavaScript | 27 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 28 sec ago | 0.10 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 36 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch ⭐ R
JavaScript | 40 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