Best unofficial Apache Server developers community |
|
there are two tables in db
write a sql statement to output book in this way Title author1 author2 publisher, year. The logic is selecting two records from Author table according to isbn then combine to the record in Book and output it. I think we can do it in MySQL? THANKS.
posted via StackOverflow
|
|
 
|
Try
|