Oracle截取某字段前后字符串
摘要:创建测试表及数据 1 2 3 4 5 6 7 8 9 create table test (name varchar2(10)); insert into test values ('2-15'); insert into test values ('2-33'); insert into test
阅读全文
posted @ 2016-09-09 12:10
posted @ 2016-09-09 12:10