select from an XMLview
From: Dannie Kjeldgaard <dakj_at_int.tele.dk>
Date: Fri, 17 Jan 2003 12:47:15 +0100
Message-ID: <3e27ed44$0$11013$edfadb0f_at_dread12.news.tele.dk>
Date: Fri, 17 Jan 2003 12:47:15 +0100
Message-ID: <3e27ed44$0$11013$edfadb0f_at_dread12.news.tele.dk>
I have created an view of XMLtypes (create or replace view myView of xmltype with object id ...).
When I make "select count(*) from myView" I get 3 rows, and when I get
"select * from myView" I get the three blocks of XML.
I am interested an adding a where-clause to my select, above, so I can limit the output to one row. Something like:
"select * from myView where account = 1234" (account is part of the flat
table that the view is using)
Anyone has any idea how that is done?
Best regards
Dannie
Received on Fri Jan 17 2003 - 12:47:15 CET
