Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
IF IN POSTGRESQL
DO $$ DECLARE a integer := 10; b integer := 20; BEGIN IF a > b THEN RAISE INFO 'a is greater than b'; END IF; IF a < b THEN RAISE INFO 'a is less than b'; END IF; IF a = b THEN RAISE INFO 'a is equal to b'; END IF; END $$;
run
|
edit
|
history
|
help
0
xD
Movie Rating SQL Analysis Project
SQL hierarchical query. branch of responses.
postgresql select test
Join elements by key with json fields
SQL Movie-Rating Query Exercises
Return IDs where there are exactly 3 occurrences
Query for matching substring from text field in DB
pgsql trigger 01 - Ovocie
test jsonb_set of PostgreSQL