mysql - PHP output couple times data from a column -


how output data column, like.. example - column 40 lines of query results , want output that, 10 30 . how php?

for mysql, use limit offset, maxrows:

select * tbl limit 9,20; 

will rows 10-30. note offset value 0 based, hence 9 rather 10.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -