SQL Join Everything From One Table With One Feild From Another Table?

Posted by painperdu on Stack Overflow See other posts from Stack Overflow or by painperdu
Published on 2010-05-16T19:29:31Z Indexed on 2010/05/16 19:40 UTC
Read the original article Hit count: 159

Filed under:
|

Is there a way to specify a join on all fields from table A with only one field from table B?

Is it necessary to specify each individual field from each table instead of using the all symbol (*) for one of the tables?

© Stack Overflow or respective owner

Related posts about join

Related posts about sql