I need to generate emails address for about 800 students in a MySQL database. Is there a way to write a script that will take the values in the firstname, middlename, and lastname columns and generate email address in a new column based on a format like this: email address= <firstinitial><middleinitial><lastname>@<ourdomain >? Then i would like to be able to export that column and import it into Groupwise.
Thanks for the help,
Brian