Closed
Description
The queries that contain a duplicate column will only return once the value in a row.
Example:
select emp_no, first_name, emp_no from employees
will return:
{"columns":[{"name":"emp_no","type":"text","display_size":2147483647},{"name":"first_name","type":"text","display_size":2147483647},{"name":"emp_no","type":"text","display_size":2147483647}],"rows":[["10001","Georgi"]]}