Select fields to return in an SQL INNER JOIN

Asked

Viewed 683 times

3

As I can in a single SQL statement line, like SELECT * FROM table1 INNER JOIN table2 ON xxxxx, and the desired return would be formed by all fields(columns) of table1 and only one field(column) of table2?

  • Hello Ronilson, consider accepting my answer if it has been useful to you. If you think she’s incomplete or doesn’t respond to you, make the appropriate comments so I can improve her.

1 answer

3

  • 1

    Simple as that!!! Thank you @Ishmael

Browser other questions tagged

You are not signed in. Login or sign up in order to post.