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
this issue relates to #6985 but is not the only one question source.
mysql> select -0.0000000000000000000000000000000000000000000000000017382578996420603;
Field 1: `-0.0000000000000000000000000000000000000000000000000017382578996420603` Catalog: `def` Database: `` Table: `` Org_table: `` Type: NEWDECIMAL Collation: binary (63) Length: 71 Max_length: 70 Decimals: 67 Flags: NOT_NULL BINARY NUM +------------------------------------------------------------------------+ | -0.0000000000000000000000000000000000000000000000000017382578996420603 | +------------------------------------------------------------------------+ | -0.0000000000000000000000000000000000000000000000000017382578996420603 | +------------------------------------------------------------------------+
Field 1: `-0.0000000000000000000000000000000000000000000000000017382578996420603` Catalog: `def` Database: `` Table: `` Org_table: `` Type: NEWDECIMAL Collation: binary (63) Length: 72 Max_length: 32 Decimals: 67 Flags: BINARY NUM +------------------------------------------------------------------------+ | -0.0000000000000000000000000000000000000000000000000017382578996420603 | +------------------------------------------------------------------------+ | 0.000000000000000000000000000000 | +------------------------------------------------------------------------+
tidb-server -V
select tidb_version();
Release Version: v2.1.0-beta-11-g1f6e12cc5 Git Commit Hash: 1f6e12cc55e534bf514eef212f1091a91b8592c9 Git Branch: HEAD UTC Build Time: 2018-07-04 06:31:26 GoVersion: go version go1.10.1 linux/amd64 Race Enabled: false TiKV Min Version: 2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e
The text was updated successfully, but these errors were encountered:
lysu
Successfully merging a pull request may close this issue.
this issue relates to #6985 but is not the only one question source.
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: