We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
create table t(a int default 1, b int default 2); insert into t (b) values(default);
One row which a is 1, b is 2.
One row which a is 1, b is 1.
tidb-server -V
select tidb_version();
cf8a412
The text was updated successfully, but these errors were encountered:
Insert
winoros
Successfully merging a pull request may close this issue.
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
One row which a is 1, b is 2.
One row which a is 1, b is 1.
tidb-server -V
or runselect tidb_version();
on TiDB)?cf8a412
The text was updated successfully, but these errors were encountered: