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
generate-data-combinations-for-a-column-dynamically-based-on-another-column-sql-postgresql
Count total records
Distinct row aggregation with ordering - stackoverflow.com/q/43249053/4116017
xD
postgresql select test
select distinct
Atividade 2
PostgreSQL: Inner Join
PostgreSQL Sandbox: Legitimate Resale
Leetcode 571 Find Median Given Frequency of Numbers & 614 Second Degree Follower