-
Couldn't load subscription status.
- Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
In working on #11229 I noticed that SELECT COUNT(t1.*) FROM t1 doesn't work and throws a not implemented error.
Error: NotImplemented("Unsupported qualified wildcard argument: Unnamed(QualifiedWildcard(ObjectName([Ident { value: \"t1\", quote_style: None }])))")
If it is to be implemented it may make sense to wait until after #11229 is merged.
Describe the solution you'd like
Fill out this match arm:
| _ => not_impl_err!("Unsupported qualified wildcard argument: {sql:?}"), |
Describe alternatives you've considered
No response
Additional context
This query is supported by postgres and duckdb as a cursory check, so might be nice to support it, though it's not used super often.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request