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

Syntax support of character in create table statement #7371

Closed
jackysp opened this issue Aug 13, 2018 · 0 comments
Closed

Syntax support of character in create table statement #7371

jackysp opened this issue Aug 13, 2018 · 0 comments
Assignees

Comments

@jackysp
Copy link
Member

jackysp commented Aug 13, 2018

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
create table t (c1 NATIONAL CHARACTER(10));
  1. What did you expect to see?
    Table created.

  2. What did you see instead?
    ERROR 1105 (HY000): line 1 column 39 near "(10))" (total length 44)

  3. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
    8762592

@jackysp jackysp changed the title Syntax support for character in create table statement Syntax support of character in create table statement Aug 13, 2018
@imtbkcat imtbkcat self-assigned this Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants