[thelist] free tip mySQL

Peter Van Dijck peter at vardus.com
Fri Nov 24 09:21:16 CST 2000


<tip type="mysql">
In mySQL, on the command line you can do this:
explain SELECT * FROM table
or whatever query you want. MySQL will then explain you how it will get 
these results. It's great for optimising query's. How cool is that?
</tip>





More information about the thelist mailing list