![]() |
#2
mouse30778592011-06-10 10:00
|
create table test (
'UpDate' timestamp default current_timestamp
);
就这么简单的一名建表,为何就是不成功?
报错是这样的:
ERROR 1064 (42000): You have an error in your SQL syntax. Check the manual that
corresponds to your MySQL server version for the right syntax to use near 'curr
ent_timestamp)' at line 2
有谁知道这是怎么回事?
谢谢