Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: null type should infer as String Null by default in create as statement #16794

Open
sundy-li opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
A-query Area: databend query C-feature Category: feature

Comments

@sundy-li
Copy link
Member

sundy-li commented Nov 8, 2024

Summary

Description for this feature.

🐳 :) create or replace table b as select 123 as col1, null  as col2;
error: APIError: ResponseError with 1006: Column `col2` have NULL type is not allowed
🐳 :)
@sundy-li sundy-li added C-feature Category: feature A-query Area: databend query labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants