Re: [postgis-users] Postgis spatial join display error

2020-04-28 Thread Tsering W. Shawa
, -Tsering From: postgis-users on behalf of Regina Obe Sent: Tuesday, April 28, 2020 1:03 PM To: 'PostGIS Users Discussion' Subject: Re: [postgis-users] Postgis spatial join display error Oh one more thing – don’t put a ; after your query. Sorry

Re: [postgis-users] Postgis spatial join display error

2020-04-28 Thread Regina Obe
-users [mailto:postgis-users-boun...@lists.osgeo.org] On Behalf Of Alexandre Neto Sent: Tuesday, April 28, 2020 12:59 PM To: PostGIS Users Discussion Subject: Re: [postgis-users] Postgis spatial join display error Hi, Yes, QGIS dislike columns with the same name, so you need to use alias to

Re: [postgis-users] Postgis spatial join display error

2020-04-28 Thread Alexandre Neto
s and I don’t think > QGIS likes duplicated columns > > > *From:* postgis-users [mailto:postgis-users-boun...@lists.osgeo.org > ] *On Behalf Of *Tsering W. Shawa > *Sent:* Tuesday, April 28, 2020 12:32 PM > *To:* postgis-users@lists.osgeo.org > *Subject:* [postgis-users] Postg

Re: [postgis-users] Postgis spatial join display error

2020-04-28 Thread Simon Norris
gis-users@lists.osgeo.org > Subject: [postgis-users] Postgis spatial join display error > > I am new to PostGIS and trying to learn how everything works. I am using > Introduction to PostGIS site data to test different GIS function including > spatial join. The spatial join SQL st

Re: [postgis-users] Postgis spatial join display error

2020-04-28 Thread Regina Obe
users-boun...@lists.osgeo.org] On Behalf Of Tsering W. Shawa Sent: Tuesday, April 28, 2020 12:32 PM To: postgis-users@lists.osgeo.org Subject: [postgis-users] Postgis spatial join display error I am new to PostGIS and trying to learn how everything works. I am using Introduction to PostGIS site da

[postgis-users] Postgis spatial join display error

2020-04-28 Thread Tsering W. Shawa
I am new to PostGIS and trying to learn how everything works. I am using Introduction to PostGIS site data to test different GIS function including spatial join. The spatial join SQL statement seems to work [SELECT * FROM nyc_neighborhoods AS n JOIN nyc_subway_stations AS s ON ST_Contains(n.geom