raaam
07-11-2005, 08:49 AM
hi all,
i have a table student_tbl in oracle and it have lacks of studends records
i want to search few students of records from that table.... now i using simple query
select * from student_tbl where st_name="fdds" and last_name="dfdfd"
but its take more time for searching the result....
i want to quick search....
i want to change that query for speedy process
is anybody know?
plz give that solution......
thanx in advance......
i have a table student_tbl in oracle and it have lacks of studends records
i want to search few students of records from that table.... now i using simple query
select * from student_tbl where st_name="fdds" and last_name="dfdfd"
but its take more time for searching the result....
i want to quick search....
i want to change that query for speedy process
is anybody know?
plz give that solution......
thanx in advance......