摘要:
drop user eurekaperf cascade; select username,sid,serial# from v$session; alter system kill session 'sid,serial#'; when you want to drop a schema. now 阅读全文
posted @ 2011-12-22 17:42
子虚乌有
阅读(170)
评论(0)
推荐(0)
摘要:
${date:format=yyyy-MM-dd HH\:mm\:ss.fff} .fff can get ms log or you can use longtime , it wiil get four number after s. $longtime 阅读全文
posted @ 2011-12-22 17:40
子虚乌有
阅读(269)
评论(0)
推荐(0)
摘要:
=CONCATENATE(IF(INT(RAND()*2)=0,CHAR(INT(RAND()*9+48)),IF(INT(RAND()*2)=0,CHAR(INT(RAND()*25+65)),CHAR(INT(RAND()*25+97)))),IF(INT(RAND()*2)=0,CHAR(IN 阅读全文
posted @ 2011-12-22 17:33
子虚乌有
阅读(270)
评论(0)
推荐(0)