摘要: ## 简单的输出 ``` declare --简单的在Output输出 begin dbms_output.put_line('asdasd'); end; ``` ## 定义基本类型变量和赋值 ### 自定义变量个自定义值 ``` i varchar2(20) :='hello plsql'; ` 阅读全文
posted @ 2017-08-17 11:23 猥琐熊花子酱 阅读(354) 评论(0) 推荐(0) 编辑
摘要: ### **查询** ## 查看所有表 ``` select *from tab;--查看所有表 select *from tabs;--查看所有表的详细信息 ``` 四则运算 | 四则运算 | select sal*12 from emp; | | | | | | | nvl | select s 阅读全文
posted @ 2017-08-17 11:22 猥琐熊花子酱 阅读(354) 评论(0) 推荐(0) 编辑
摘要: ## wsimport命令用法 wsimport是由jdk提供的命令,作用是**解析wsdl文件,生成本地代码** wsimport –s . (将生成的代码写当前目录) [http://10.254.1.53:8080/hello?wsdl(必须](http://10.254.1.53:8080/ 阅读全文
posted @ 2017-08-17 11:14 猥琐熊花子酱 阅读(495) 评论(0) 推荐(0) 编辑