SELECT substring(per_email_address,1,instr(per_email_address,'@')-1) from employees;
but I haven't been able to get the results into the userid field.
Any ideas?
Thanks,
Jason ===========
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]