I want to select million records from a table and I am using select query for this.
select
Currently it is taking a few minutes to get data. Can I get it quickly?<
The speed of the query depends on the number of rows but if you do appropriate optimizations taking the performance factors such as:
the query will execute faster.