php - What is the best way to generate & print out data from mysql database -
let's want print out 1 mil user record database paper.
the output format this.
no name address phone class teacher ---------------------------------------------------- 1 john 123-etc 3214124 5 miku 2 l.gaga 123-etc 3214124 9 koru .. .. .. .. 10000000 puke 123123 3214124 2 goku what best method print out data without adding limit mysql query?
what in such case, using tool navicat write query gives me columns need, ordered in way need them, , use export function of tool save result in excel file.
that way excel (or openoffice, matter) options printing, including scaling records on 1 page possible.
Comments
Post a Comment