oracle自定义字段类型 目标: 定义一个类型 编写类型的方法 使用自定义的类型为字段创建表 添加数据的方法 查询数据的方法 其它定义一个类型
select isp.propertyValue.getNumberValue() as myValues from IGRP_SYS_PROPERTIES isp where isp.propertyKey = 'xxx' and isp.propertyType = 'number';