【发布时间】:2015-09-08 20:09:33
【问题描述】:
如何从数据中提取 Food ItemID 和 Food Item Name and Quantity,如下所述。这是在 plsql 的 clob 列中。
<ServiceDetails>
<FoodItemDetails>
<FoodItem FoodItemID="6486" FoodItemName="CARROT" Quantity="2" Comments="" ServingQuantityID="142" ServingQuantityName="SMALL GLASS" FoodItemPrice="50" ItemDishPriceID="5336" CurrencyName="INR" Currency Id="43"/>
</FoodItemDetails>
<BillOption>
<Bill Details Total Price="22222" BillOption="cash"/>
</BillOption>
<Authoritativeness/>
</Service Details>
【问题讨论】: