Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Developer Question
Wojciech B³d <blad_at_sz.onet.pl> wrote in message
f1GU1.1378$bY2.358828_at_news.tpnet.pl...
>1. Use Post-Query trigger for select data. Item for this data can not have
>base table property set.
>2. Define view and build block based on this view.
Or
3. Write "(select distinct [column] from table)" in BASE_TABLE property
of your base table block. Parenthesis is compulsory.
Anatoly/ Received on Thu Oct 15 1998 - 00:00:00 CDT