Posts by Igor Lessa • 65 points
3 posts
-
4
votes2
answers6935
viewsQ: Concatenate values from the same column
How to concatenate the values of the same table Table example | Usuario | Formulario | Acao | Permitir | | Admin | Contrato | Imprimir | 1 | | Admin | Contrato | Consultar | 1 | | Admin | Contrato |…
-
0
votes1
answer370
viewsQ: Concatenate SQL Server records
I have a problem with a query, where I need to concatenate records from a table. I need the select take the FormID and concatenate the records of AcaoID only if Permitir for 1. Query: Declare…
-
2
votes1
answer96
viewsQ: Insert an array into a Key Json
I need to get a Json as follows: { "razao_social": "Loja do Zé LTDA", "nome_fantasia": "Zé Store", "tipo": "J", "observacao": "Cliente com ótimo histórico de pagamentos.", "emails": [ { "email":…