mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
@ -132,7 +132,7 @@ drop table t2;
|
||||
create table t2 select now() as a , curtime() as b, curdate() as c , 1+1 as d , 1.0 + 1 as e , 33333333333333333 + 3 as f;
|
||||
describe t2;
|
||||
Field Type Null Key Default Extra
|
||||
a datetime YES NULL
|
||||
a datetime NO NULL
|
||||
b time NO NULL
|
||||
c date NO NULL
|
||||
d int(3) NO NULL
|
||||
|
Reference in New Issue
Block a user