Distribution of table in time?
select @rownum:=@rownum+1 rownum, entries.*
from (select @rownum:=0) r, entries
where uid = ? and rownum % 150 = 0
Source: By Michiel de Mare as answer to the question
This code snippet was collected from stackoverflow, and is licensed under CC BY-SA 3.0
Related code-snippets:
- Binary data in MySQL.
- What is a change to SQL Server tables?
- Flat file databases are generally stored in a computer hard drive. Flat file databases cannot be shared by any party with another.
- Decoding T-SQL CAST in C#/VB.NET.
- What is the best implementation of MySQL for SQL Server 2005?
- How do you iterate over a result set of data?
- How do you swap unique indexed column values in database?
- MySQL and Python are both well written programmers.
- How is database indexing used?
- How do I index database columns?
- If I had been caught in a SQL Injection, what would it have cost?
- What is the best way to handle multiple permission types?
- Convert HashBytes to VarChart?
- How do I divide a string so I can access item x?
- What do you need to escape when submitting a question?