I had a feeling someone would ask..
I want to create a backup .txt file for an mySQL database table which can be easily uploaded via a custom script. The script requires that strings be single quoted, but not the numbers. One or more of the fields could contain an all numeric field that I want to save as a quoted string.
ie: zip=94566 or 94566-1234.
The .txt file is loaded into the database using..