Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> SQL TUNE
Hi,
I'm having one query which is more frequntly access by user.
select id, lname from godev.user where upper(sepr)='Y'
This tables have 711180 rows out of 27 rows are having sepr equal to 'Y'.
select mda_id, lname from mangodev.mdanywhereuser where hopkinsepr='Y' Which query would be fast if sepr didn't have any indexes?
thanks
![]() |
![]() |