Leti

Results 1 issues of Leti

Hello, I am trying to get all columns of a table. I did this query : ``` connexion2 .query('SELECT top 1 * FROM '+tableName) .then(data => { for(var key in...