摘要: [root@localhost ~]# mysql -h localhost -uxxxxxxx -pxxxxxxx Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 19 阅读全文
posted @ 2016-10-14 10:41 元一软件 阅读(26) 评论(0) 推荐(0)
摘要: --oracle的字典 select * from dictionary --创建表空间oracle创建表空间 create tablesapce testSpace datafile 'E:oracleSpace\test.dbf' size 100M autoextend on; --创建用户 阅读全文
posted @ 2016-10-14 10:35 元一软件 阅读(24) 评论(0) 推荐(0)
摘要: select sysdate from dual--返回系统时间 select trunc(sysdate) from dual select trunc(sysdate-8) from dual select trunc(sysdate+8) from dual select trunc(sysd 阅读全文
posted @ 2016-10-14 10:26 元一软件 阅读(18) 评论(0) 推荐(0)