I have a customer who wants me to put a multi-line Notes portion into the email sent to Goldmine (Content-Type: application/x-gm-impdata in the email and all that).
The email works fine, but the Notes= field doesn't seem to keep anything more than the first line, which makes sense, since \n...
To make myself a better programmer, I am using "use strict."
Everything was fine until I split the code from the config. I want to use several configs, but 1 piece of code.
So I put the config in a file called submit6.pl which contains several variables:
my $apachelog =...
As the title states, the question is regarding the order by column part of "ALTER TABLE."
Once I've done the alter table blah order by column desc, is there any OTHER way to see how MySQL is ordering the table other than by doing a "select * from blah limit 10" and seeing...
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.