随笔分类 -  linux

摘要:Oracle 创建分区表-- Create table 创建表create table TestTable( ID INTEGER not null,Name nvarchar2(100) not null,InsertedTime date not null)--同时创建分区表partition ... 阅读全文
posted @ 2015-04-13 10:11 斐济的夜光 阅读(259) 评论(0) 推荐(0)
摘要:客户端连接redis-cli -p 28903查询所有Keykeys *get list 会有如下报错(error) WRONGTYPE Operation against a key holding the wrong kind of value用sort key alpha 阅读全文
posted @ 2014-11-19 15:33 斐济的夜光 阅读(150) 评论(0) 推荐(0)