In SpatiaLite or Postgis, how can one create a SQL query to read a table from a MySql or Oracle database?
I don't know **the correct SQL syntax to connect to a table in a MySql or Oracle database **.
In SpatiaLite or Postgis, how can one create a SQL query to read a table from a MySql or Oracle database?
I don't know **the correct SQL syntax to connect to a table in a MySql or Oracle database **.
You may be able to do this in PostGIS by using Foreign Data Wrappers (FDW). There is one for Oracle and another that can wrap any OGR datasource (which should include MySQL).
I've never tried this (why would I store data outside PostGIS?) but this blog post suggests it is quite easy to use.