select
to_number(
extractvalue(
xmltype(
dbms_xmlgen.getxml('select count(*) c from shipment')
)
,'/ROWSET/ROW/C')) count
from dual;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-10-28
  • 2022-01-12
猜你喜欢
  • 2021-07-29
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-09-07
相关资源
相似解决方案