Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nested array to table
drop table if exists x cascade; create table x(name text, gender text); insert into x (name, gender) select t ->> 'name', t ->> 'gender' from jsonb_array_elements( '[ { "name": {first: "a", last: "b"}, "gender": "male" }, ]'::jsonb) t; select * from x;
run
|
edit
|
history
|
help
0
OLA
Ass2 q2
Persy_Jackson
Movie Rating SQL Analysis Conducted by Miranda Zhao
code1
1280. Students and Examinations
Movie Rating SQL Analysis Project
Game Play Analysis (511,512,534,550)
project 1
revenue average per current month, last 3, 6 and 12 months