julsbreakdown opened a new issue, #810:
URL: https://github.com/apache/incubator-baremaps/issues/810
I cant seem to get a JOIN with an sql statement.
`SELECT uuid_hash(ega.id)::integer, jsonb_build_object('nom',
ega.nom[1]::text, 'couleur', ta.couleur ) as tags, geom FROM nexsis.ega JOIN
typologie.typologie_activite ta ON (ega.id_typologie= ta.id)`
Will give me a syntax error
with the sql statement
`h4b7f106c as (select * from nexsis.egaLEFT JOIN
typologie.typologie_activite ta ON`
The space seems to be removed before a JOIN.
i"ve tried using alias, but the same error. Seems only to be with JOIN
Is there a limitation to the sql (no joins allowed?)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]