Skip to content

SQL: wrong number of values for columns #41811

Closed
@bpintea

Description

@bpintea

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"]]}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions