-
解决PostgreSQL Array使用中的一些小问题
在PostgreSQL 中可以使用Array数据结构,例如select array[1,2,3]; return {1,2,3}但是,如果select array[1,2,3][1]; --会报错 select (select arra
-
postgres array_to_string和array的用法讲解
有三张表,分别如下:select * from vehicleselect * from stationselect * from vehicle_station需求:vehicle和station表示多对多的关系,需要把vehicle表