Support for PostgreSQL?

#6
by zurielbf - opened

I'm working on a Postgresql project and it seems that is missing some language key syntax, for example

SELECT customer_name, COUNT(*) FROM rdf.snapshot_ocupation WHERE branch_name = 'RAYON' was the output for a request and when is evaluated in the engine i got this error

Column "customer_name" must appear in the GROUP BY clause or be used in an aggregate function

Sign up or log in to comment