Hi,
I've been working with mySQL databases for about 3 hours now, so very new.
I was wondering if there is an easy way to create 26 tables called A through to Z
I know it would be possible using a loop to do it from 0 to 25 and then have 0 represent A for example but would prefer A to Z
I don't want to do it using myPHPadmin as I want to eventually create an install script so it all gets set up automatically.