欢迎来到农夫的博客

半亩方塘一鉴开, 天光云影共徘徊。 问渠哪得清如许? 为有源头活水来!

随笔分类 -  MySQL

MySQL内置函数uuid和uuid_short
摘要:MySQL的uuid这个函数。简要介绍一下。 用法 简单看到,这个值,每次执行都是不同的。 生成规则 第1 2 3 段是与时间有关的。 time_low、time_mid、time_high_and_version转成16进制后分别对应第1 2 3段。这个时间是从1582-10-15 00:00:0 阅读全文

posted @ 2017-11-23 16:51 allTime 编辑

mysql 中 unix_timestamp和from_unixtime 时间戳函数
摘要:1.unix_timestamp 将时间转化为时间戳。(date 类型数据转换成 timestamp 形式整数) 没传时间参数则取当前时间的时间戳 MySQL> select unix_timestamp();+ +| unix_timestamp() |+ +| 1361586358 |+ +1 阅读全文

posted @ 2017-11-23 16:50 allTime 编辑

导航