Skip to content

Advance column detection #5

@patdx

Description

@patdx

For an input of

SELECT
  count(*)
FROM
  products

I think it should automatically detect a column count(*), even if we don't guess the name correctly.

Or

SELECT
  *
FROM
  products

Even though we don't know what * can resolve into, I wish it could still attempt to generate the output result (maybe pretend there is a column called *).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions