I have a database on MySql divided into 3 tables
books (idbook, and other fields)
author (idauthor, and other fields)
bookauthor (idauthor,idbook)
This is to have more than 1 author for every book
How can I make a query to select on one row all the authors of abook?
>>Thanks
>>Antonio
>
>
>
>



---------------------------------------------------------------------
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