in reply to Perl/Tk hang when conecting to Remote MySQL Server
SQL Side note: SELECT * should be used in EXISTS() and ad hoc queries. Otherwise, specify the column list. Not only does it prevent bugs due to unexpected columns and column reordering, it is self-documenting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl/Tk hang when conecting to Remote MySQL Server
by Muskovitz (Scribe) on Dec 24, 2014 at 17:45 UTC |