Ask a Question related to Coldfusion Database Access, Design and Development.
-
Joe_Krako #1
Grabbing certain records off of a query
Hi,
Let's say that I am paging through results of a 10,000 record query.
What would be the SQL query for grabbing only records 50-60 from that
10,000 record query?
Anyone know?
Joe
Joe_Krako Guest
-
Verity not indexing all records from query
Hello, I'm running into an issue that I haven't encountered before. I'm running a query against database, and then using CFINDEX to index the... -
How To Query Large Data/Records ?
Hi All, Here is my Problem - In my search form I have to query 50 million records in a single transaction and to display the results . - Without... -
Query empty records
I have a simple query to retrieve total order amount by customers, ie, selet customers.customer_id, customers.customer_name,... -
data extraction from records of query
hello sir thanks in advance for the help i have a query on the basis of a table,the query results in 4-records i want to use tha data in... -
SQL Query for deleting duplicate records
Dear All, Does anyone know the SQL query for deleting duplicated record from a table? Eg: There are 10 fields, out of that if two fields (say... -
MikerRoo #2
Re: Grabbing certain records off of a query
The options available to you are highly dependant on what RDBMS you are using
and on the details of your table(s) and query.
The only universal approach is to use a Ranking query. You can google that
but they can be mind twisting challenges for real life tables.
If you are not using SQL server or Oracle, you must upgrade at once (kidding!
;)
MikerRoo Guest



Reply With Quote

