Skip to content

Commit

Permalink
fix: add missing colum
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Feb 8, 2024
1 parent 2e8d257 commit 50d25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sql.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ describe('sql connector', function() {
sql: 'SELECT SUM(salary) as sumOfsalary, COUNT(salary) as countOfsalary,' +
' AVG(salary) as avgOfsalary, MIN(salary) as minOfsalary,' +
' MAX(salary) as maxOfsalary, `NAME`,`middle_name`,`LASTNAME`,`VIP`,' +
'`primary_address`,`ADDRESS`' +
'`primary_address`,`TOKEN`,`ADDRESS`' +
' FROM `CUSTOMER`' +
' GROUP BY name' +
' ORDER BY `NAME`',
Expand Down

0 comments on commit 50d25e7

Please sign in to comment.