摘要: 注意:1.赋值要用 :=2.或的关系用 or 表示declareprefix VARCHAR2(2); --主表前缀res_value VARCHAR2(20);sysdate_char VARCHAR2(20);begin prefix := 'QZ'; select to_char(sysd... 阅读全文
posted @ 2014-10-20 23:50 hellowoody 阅读(15189) 评论(0) 推荐(1)