MySQL gurus needed! (Optimization)
#3

To select only specific rows, just replace the star (*) with the column names.
PHP код:
SELECT `test1`,`test2`,`test3FROM `table
The thread code itself seems pretty solid, although it may be more useful to use sscanf. Not sure if it's any faster though. I don't know how or if you can get rid of the loop, because I don't know what the underlying idea is.

Edit: Damn, I'm slow.
Reply


Messages In This Thread
MySQL gurus needed! (Optimization) - by -Prodigy- - 01.02.2012, 09:22
Re: MySQL gurus needed! (Optimization) - by cessil - 01.02.2012, 09:48
Re: MySQL gurus needed! (Optimization) - by Vince - 01.02.2012, 09:52
Re: MySQL gurus needed! (Optimization) - by -Prodigy- - 01.02.2012, 09:55
Re: MySQL gurus needed! (Optimization) - by Dokins - 01.02.2012, 12:02

Forum Jump:


Users browsing this thread: 2 Guest(s)