12 2024 档案

摘要::: oracle 数据常规遇见错误 (新手版) 问题:调用存储过程,报错:“ORA-06553: PLS-306: wrong number or types of arguments in call to '存储过程'” 存储过程: proc_gdzc_info_AutoUpdate(p1) 后 阅读全文
posted @ 2024-12-02 00:55 Mundo Novo 阅读(58) 评论(0) 推荐(0)
摘要:注意: 1.oracle中 SQL语句 需要使用 分号“;”结尾 ,否则会报错 2.select sysdate from dual ; select 1+1 from dual ; DUAL 是虚构的表 ,不像SQLSERVER 直接可以使用 select 1+1 , select getdate 阅读全文
posted @ 2024-12-01 23:49 Mundo Novo 阅读(15) 评论(0) 推荐(0)