-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For an input of
SELECT
count(*)
FROM
productsI think it should automatically detect a column count(*), even if we don't guess the name correctly.
Or
SELECT
*
FROM
productsEven 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
Labels
No labels