📜  从 psql 代码示例中的数组中选择

📅  最后修改于: 2022-03-11 15:05:13.939000             🧑  作者: Mango

代码示例1
-- In case you want to run select query on your custom array

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