On Thu, 12 Dec 2002 08:59:45 -0500, Brad Harriger wrote:

>like to have a field in Events that will store multiple names with both fields from 
>EmpTable concatenated into one string (i.e. "FirstName LastName")  What is the most 
>efficient way to do this in MySQL?
>

        One approach is an EventAttendance table that has two fields
(eventnum, employeenum).  Then multiple employees can attend one event,
and there are no long strings running around.

 - Steve Yates
 - If you smoke after sex, you're doing it too fast.

~ Taglines by Taglinator - www.srtware.com ~


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to