Posts by Leandro Ribeiro • 11 points
2 posts
-
1
votes1
answer100
viewsQ: Error in GROUP_CONCAT Access function
I am performing the following SQL: SELECT e.titulo, e.descricao, e.obs, e.cupom, e.inicio, e.fim, GROUP_CONCAT(p.nome) AS teste FROM ((eventos e INNER JOIN produtoseventos pe ON e.idevento =…
-
0
votes0
answers49
viewsQ: How to concatenate results from an SQL
I have two tables: Produtos, Eventos and Productsprovents(coming from the many ratio for many of the tables Products and Events): I performed the following SQL to get the event data and products…