04 2020 档案

摘要:create tablespace test datafile 'D:\ytzz\Oracle\oracledata\test.DBF' size 4500M autoextend on next 100M maxsize unlimited; drop user test cascade;/cre 阅读全文
posted @ 2020-04-20 12:09 覃上 阅读(180) 评论(0) 推荐(0)
摘要:SELECT to_char(wm_concat(to_char(name))) FROM student; 需要使用两次to_char,否则结果是clob类型 阅读全文
posted @ 2020-04-02 09:42 覃上 阅读(892) 评论(0) 推荐(0)
摘要:sc delete 服务名 阅读全文
posted @ 2020-04-01 17:44 覃上 阅读(198) 评论(0) 推荐(0)