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!
drop table if exists t; create table t ( c_year year ); insert into t values ( 11 ); select * from t;
Field 1: `c_year` Catalog: `def` Database: `mysql` Table: `t` Org_table: `t` Type: YEAR Collation: binary (63) Length: 4 Max_length: 4 Decimals: 0 Flags: UNSIGNED ZEROFILL NUM +--------+ | c_year | +--------+ | 2011 | +--------+ 1 row in set (0.00 sec)
Field 1: `c_year` Catalog: `def` Database: `test` Table: `t` Org_table: `t` Type: YEAR Collation: binary (63) Length: 16 Max_length: 4 Decimals: 0 Flags: BINARY NUM +--------+ | c_year | +--------+ | 2011 | +--------+ 1 row in set (0.00 sec)
tidb-server -V
The text was updated successfully, but these errors were encountered:
jackysp
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.
tidb-server -V
)?The text was updated successfully, but these errors were encountered: