Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Simple Select Return Record
I think it'll fetch at least batch_size(arraysize) rows.
Could you please kindly provide your form of the query needed. Please, don't say it's bad without an alternative.
On 6/9/05, Christian Antognini <Christian.Antognini_at_trivadis.com> wrote:
>=20
>=20
> Hi
> =20
> >select count(*)=3D20
> >from dual
> >where exists (select null from employee_tbl where employeeid=3D3D5);
> =20
> If excellent performance is a must, don't do that.=20
> To fetch a single row from a query and set a flag is faster.
> =20
> =20
> HTH
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jun 09 2005 - 09:38:17 CDT
![]() |
![]() |