-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
sig/sql-infraSIG: SQL InfraSIG: SQL Infratype/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Bug Report
Date type Default Value Can't be (curdate()), But MySQL is OK.
1. Minimal reproduce step (Required)
CREATE TABLE DATE_TEST(
id int,
create_date date default (curdate())
)
2. What did you expect to see? (Required)
Query OK
3. What did you see instead (Required)
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 3 column 36 near "curdate()))"
4. What is your TiDB version? (Required)
6.0/6.1
Metadata
Metadata
Assignees
Labels
sig/sql-infraSIG: SQL InfraSIG: SQL Infratype/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.