686
686
create table t2 select f2 from (select max(now()) f2 from t1) a;
688
688
Field Type Null Default Default_is_NULL On_Update
691
691
create table t2 select f2 from (select now() f2 from t1) a;
693
693
Field Type Null Default Default_is_NULL On_Update