Posts by André Oliveira • 1 point
2 posts
-
0
votes1
answer145
viewsA: KNEX: How to create an array from the result of the query in Sqlserver?
As a solution to this problem I did so: I called a bank appointment with the first attribute; I made a MAP on the object and for each value went in the database and looked for the next attribute I…
-
0
votes1
answer145
viewsQ: KNEX: How to create an array from the result of the query in Sqlserver?
I am using the Knex to make a query that united several tables from a bank Sqlserver (use two version of Sqlserver 9.0.3042 and 12.0.5000.0), example: knex('tabelaA') .join('tabelaB',…