in reply to Re: Perl/Tk freezes while waiting the data to arrive on mysql server
in thread Perl/Tk freezes while waiting the data to arrive on mysql server
Also, in the case of mysql, an "order by" clause can refer to any column in the table being queried, regardless whether that column is used in any way elsewhere in the query.
So while it's true that the OP should remove the unnecessary "order by" clause, having it in there is a harmless mistake in this case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl/Tk freezes while waiting the data to arrive on mysql server
by chacham (Prior) on Jan 02, 2015 at 14:55 UTC |