zoukankan      html  css  js  c++  java
  • mysql 创建时间字段

    alter table table1 add order_date datetime null;
    mysql> select * from table1;
    +----------+------------+-----+------------+
    | name_new | transactor | pid | order_date |
    +----------+------------+-----+------------+
    | 1hahha   | 1xiaohong  |   1 | NULL       |
    | 2hahha   | 2xiaohong  |   2 | NULL       |
    | 3hahha   | 3xiaohong  |   3 | NULL       |
    | 4hahha   | 4xiaohong  |   4 | NULL       |
    | 3hahha   | bob        |   5 | NULL       |
    | 3hahha   | lee        |   6 | NULL       |
    +----------+------------+-----+------------+
    6 rows in set (0.00 sec)

  • 相关阅读:
    Friends ZOJ
    2^x mod n = 1 HDU
    Paint the Grid Reloaded ZOJ
    Treap 模板
    bzoj进度条
    。。。
    bzoj
    。。。
    bzoj
    题解continue
  • 原文地址:https://www.cnblogs.com/sea-stream/p/11299649.html
Copyright © 2011-2022 走看看