i was wondering if anyone could help me in being able to select data out of a table into a file on my own local machine....
i tried looking up the MySQL documentation but that gave only data into an output file on the remote machine
i am looking for a quicker way of performing this query:
Select count (distinct t1.child)) from WineHigh t1 join WinHigh t2 where t1.Seed = 14 and t1.depth =3 and t2.depth<3 and t1.child = t2.child and t1.Seed = t2.Seed;
this is used primarily to return the no. of distinct child of t1 that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.