全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
mysql语法点滴
277阅读 0评论
2010-01-05
imxhf_cu
分类:
1、随机抽取一定数量的数据
select id,from_unixtime(create_time) from A where create_time between unix_timestamp('2008-10-1 00:00:00') and unix_timestamp('2009-12-31 00:00:00') order by rand() limit 100;
上一篇:
Oracle简单操作小手册
下一篇:
TCP/IP点滴