Pilih dari Array di PSQL

-- In case you want to run select query on your custom array

select * from unnest(ARRAY[1,2,3]);
iamabhay