
Oracle Sql Developer“字符串文字太长”错误
我想在Oracle SQL Developer中针对Oracle 10g服务器运行以下SQL: WITH openedXml AS ( SELECT extractvalue(column_value,’/theRow/First’) FIRST,extractvalue(column_value,’/theRow/Last’) LAST,to_number(extractvalue(column_value,’/theRow/Age’))