Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
LeetCode 178
--PostgreSQL 9.6 --'\\' is a delimiter Create table Scores ("id" int, "score" DECIMAL(3,2)); insert into Scores (id, score) values (1, 3.5), (2, 3.65), (3, 4.0), (4, 3.85), (5, 4.0), (6, 3.65);
run
|
edit
|
history
|
help
0
jsonb handle
Demo
create myStudents table
test
1
test
Select all countries that can be found by recursively adding all neighbouring countries (PostgreSQL)
asd
PostreSQL: CASE
Q4