Open mnameghi opened 8 years ago
You can simply prefix the table name with the appropriate schema and '.' in SQL tab for the layer properties.
(SELECT * FROM your_schema_here.favorite_table ) AS mb_layer
Additional information about using PostGIS with Mapbox Studio Classic can be found here PostGIS Manual
Hi I have a layer in a different schema than "public" in postgres. Can I use this layer and how?