zoukankan      html  css  js  c++  java
  • sql备份

    MariaDB [codex_game]> select c.roleId, r.username, r.rolename, r.lv, c.chargeId, c.stone, c.isFirst, date_format(FROM_UNIXTIME(c.lastUpdateTime/1000),'%Y-%m-%d %H:%i:%s') lastUpdateTime  from charge c, role r where c.roleid=r.id order by lastUpdateTime asc;

    +--------------------+------------+-----------------------+------+-------------------+-------+---------+---------------------+

    | roleId             | username   | rolename              | lv   | chargeId          | stone | isFirst | lastUpdateTime      |

    +--------------------+------------+-----------------------+------+-------------------+-------+---------+---------------------+

    | 576605887838289923 | 1000005616 | 冲破地平线            |   17 | ANDROID_300       |   600 |       1 | 2019-01-23 12:08:52 |

    +--------------------+------------+-----------------------+------+-------------------+-------+---------+---------------------+

    48 rows in set (0.00 sec)

  • 相关阅读:
    VlanTrunk
    2015届互联网名企校招网址一览表
    The declared package does not match the expected package
    经典的算法网站
    Nutch
    JTable只要一双击就进入编辑状态,禁止的方法实现
    Java通过JDBC链接数据库,数据库中wen
    Cisco Packet Tracer的使用(一)
    Nutch安装的几个网址
    面试经
  • 原文地址:https://www.cnblogs.com/xingchong/p/10341345.html
Copyright © 2011-2022 走看看